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

Keymap editing doesn't seem to work on Ubuntu #31

Open
VivekChugh opened this issue Jul 14, 2022 · 0 comments
Open

Keymap editing doesn't seem to work on Ubuntu #31

VivekChugh opened this issue Jul 14, 2022 · 0 comments

Comments

@VivekChugh
Copy link

VivekChugh commented Jul 14, 2022

I am using sublime text on Ubuntu 20.04. Plugin got installed properly. Works fine.

But I Wanted to modify shortcut to get 'search window' from Ctrl+Alt+? to Ctrl+? so that it is easier to input

did CtrlAlt⇧⏎ to Open .sublime-keymap File For Editing

Got following pop up.
image

it creates new keymap file in user/ directory

I added
[
{
"keys": ["ctrl+?"], "command": "find_keymap"
}
]

restarted sublime text.

find_keymap didn't work, rest of the keymap Keyboard shortcuts stopped working too.

Had to remove newly create keymap file to restore functionality

@VivekChugh VivekChugh changed the title Keymap editing doesn't seem to work. Keymap editing doesn't seem to work on Ubuntu Jul 14, 2022
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

1 participant