7 Commits

Author SHA1 Message Date
Jonatan Heyman
427bd11098 Show key bindings in command palette
Refactor so that we have a command->bindings map which we can use to look up key bindings for commands, and use this map in the Status bar's tooltips, instead of calculating the binding for each tooltip
2025-08-22 14:02:48 +02:00
Jonatan Heyman
28b0b006e5 Improve how we display keybindings
Use shorter label version with ⇧, ⌘, ⌥, etc when displaying key bindings in the UI
Use dynamic key bindings in tooltips (instead of hardcoded strings), so that the new key binding is displayed if a default has been overridden.
2025-08-21 19:16:31 +02:00
Jonatan Heyman
6b8ad1661b Use "Ctrl" instead of "Control" when recording key bindings 2025-04-23 15:28:58 +02:00
Jonatan Heyman
9a9811c5e8 Fix broken test on non-MacOS 2025-04-22 12:31:17 +02:00
Jonatan Heyman
a7a933c3ef Add test for overriding one of the default key bindings 2025-04-20 13:22:38 +02:00
Jonatan Heyman
e7a4de23e7 Add test for deleting a cstom key binding 2025-04-19 13:37:23 +02:00
Jonatan Heyman
1155b55533 Add test for custom key binding 2025-04-19 13:37:23 +02:00