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

Key binding doesn't work in Windows #17

Open
daguej opened this issue Mar 5, 2014 · 5 comments
Open

Key binding doesn't work in Windows #17

daguej opened this issue Mar 5, 2014 · 5 comments
Labels

Comments

@daguej
Copy link

daguej commented Mar 5, 2014

Ctrl+Alt+? does not work. (Adding Shift doesn't help either.)

If I add a custom keymap:

{ "keys": ["ctrl+alt+/"], "command": "find_keymap" }

It does start working. The same key is shared by the question mark and slash on en-US keyboards, I'm not sure about others.

@vongoh
Copy link

vongoh commented May 27, 2014

Same issue here. His fix works (thanks daguej!).

The shortcut for bringing up the cheatsheet does not work in Win either. I put this in Keybindings > User:

{ "keys": ["ctrl+alt+-"], "command": "cheat_sheet" }

@technofreak
Copy link

+1 here, but I can access both find keymap and cheat sheet through Tools > Keymaps

@JHep
Copy link

JHep commented Aug 22, 2014

I just wanted to chime in with the same issue.

I'm on 64-bit Windows 7 SP1 (United States) with Sublime Text 2 and 3, and I can't invoke the "Find keymap for..." or the "Cheat Sheet" unless I select them from the Tools / Keymap menu.

@MiroHibler MiroHibler added the bug label Apr 8, 2015
@westfish
Copy link

westfish commented Jan 2, 2018

so ,the problem still not fixed...

@Shuraken007
Copy link

this helped me on linux
{ "keys": ["ctrl+alt+shift+/"], "command": "find_keymap"},
{"keys": ["ctrl+alt+shift+-"], "command": "cheat_sheet"},

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

No branches or pull requests

7 participants