Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default keymap for Linux #5

Open
MaxKh opened this issue Nov 11, 2014 · 1 comment
Open

Default keymap for Linux #5

MaxKh opened this issue Nov 11, 2014 · 1 comment

Comments

@MaxKh
Copy link

MaxKh commented Nov 11, 2014

Please add default keymap file for Linux. It can be equal to the Windows version

@ZenithDK
Copy link

    /* Style token keyboard shortcuts */
    { "keys": ["ctrl+w", "1"], "command": "token_style", "args" : {"style_index" : 0 } },
    { "keys": ["ctrl+w", "2"], "command": "token_style", "args" : {"style_index" : 1 } },
    { "keys": ["ctrl+w", "3"], "command": "token_style", "args" : {"style_index" : 2 } },
    { "keys": ["ctrl+w", "4"], "command": "token_style", "args" : {"style_index" : 3 } },
    { "keys": ["ctrl+w", "5"], "command": "token_style", "args" : {"style_index" : 4 } },
    { "keys": ["ctrl+w", "7"], "command": "token_style_go", "args" : {"style_index" : 1 } },
    { "keys": ["ctrl+w", "8"], "command": "token_style_clear", "args" : {"style_index" : 1 } },
    { "keys": ["ctrl+w", "w"], "command": "token_style_clear" },
    { "keys": ["ctrl+\\"], "command": "token_style_go" },
    { "keys": ["ctrl+shift+\\"], "command": "token_style_go_back" }

I would like this too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants