Can't change keybindings? #39757
blitz
started this conversation in
Config, Settings and Keymaps
Replies: 1 comment
-
|
Hey! If you open the command palette and run It should open up a pane that shows what the context and action was for the most recent key press. Post a screenshot of what the context view shows after you press one of these key bindings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm on Linux (with Wayland/Gnome) and trying to navigate the code. F12 and Ctrl-Alt-- are impractical for me and I would like to change them to Alt-. and Alt-, (like in Emacs).
I have the following keymaps.json:
[ { "bindings": { "alt+,": "pane::GoBack", "alt+.": "editor::GoToDefinition" }, "context": "Editor" } ]The bindings show up in the keybindings view, but they don't work:
Am I holding this wrong somehow? :)
Beta Was this translation helpful? Give feedback.
All reactions