Custom shortcuts in Sublime text

You can add this line in Key Bindings - User file.

[
    { "keys": ["alt+d"], "command": "goto_definition" }
]