1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[
{ "button": "button8", "command": "jump_back" },
{
"button": "button9",
"count": 1,
"press_command": "drag_select",
"command": "goto_definition"
},
{
"button": "button9",
"count": 1,
"modifiers": ["ctrl"],
"press_command": "drag_select",
"command": "goto_python_definition"
},
// History
{ "button": "scroll_right", "modifiers": ["ctrl"], "command": "undo" },
{ "button": "scroll_left", "modifiers": ["ctrl"], "command": "redo" }
]
|