Skip to content

Instantly share code, notes, and snippets.

@superzazu
Created January 29, 2018 14:28
Show Gist options
  • Save superzazu/3d3714fb6755258b25ab1407712d351a to your computer and use it in GitHub Desktop.
Save superzazu/3d3714fb6755258b25ab1407712d351a to your computer and use it in GitHub Desktop.
ST3 keybindings for french keyboards
[
// tab-switching cmd+1..9 for french azerty keyboards
{ "keys": ["super+&"], "command": "select_by_index", "args": { "index": 0 } },
{ "keys": ["super+é"], "command": "select_by_index", "args": { "index": 1 } },
{ "keys": ["super+\""], "command": "select_by_index", "args": { "index": 2 } },
{ "keys": ["super+'"], "command": "select_by_index", "args": { "index": 3 } },
{ "keys": ["super+("], "command": "select_by_index", "args": { "index": 4 } },
{ "keys": ["super+§"], "command": "select_by_index", "args": { "index": 5 } },
{ "keys": ["super+è"], "command": "select_by_index", "args": { "index": 6 } },
{ "keys": ["super+!"], "command": "select_by_index", "args": { "index": 7 } },
{ "keys": ["super+ç"], "command": "select_by_index", "args": { "index": 8 } },
{ "keys": ["super+à"], "command": "select_by_index", "args": { "index": 9 } },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment