whitphx / vscode-emacs-mcx

Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support
https://marketplace.visualstudio.com/items?itemName=tuttieee.emacs-mcx
Other
376 stars 67 forks source link

Set mark command not working #1955

Open amelio-vazquez-reina opened 5 months ago

amelio-vazquez-reina commented 5 months ago

Here's what I have defined:

image

but here's what I see in the debugger when I try that combination on a text file in the editor:

2024-06-17 19:08:03.696 [info] [KeybindingService]: / Soft dispatching keyboard event
2024-06-17 19:08:03.697 [info] [KeybindingService]: \ Keyboard event cannot be dispatched
2024-06-17 19:08:03.697 [info] [KeybindingService]: / Received keydown event - modifiers: [ctrl], code: ControlRight, keyCode: 17, key: Control
2024-06-17 19:08:03.697 [info] [KeybindingService]: | Converted keydown event - modifiers: [ctrl], code: ControlRight, keyCode: 5 ('Ctrl')
2024-06-17 19:08:03.697 [info] [KeybindingService]: \ Keyboard event cannot be dispatched in keydown phase.
2024-06-17 19:08:03.920 [info] [KeybindingService]: + Storing single modifier for possible chord ctrl.
2024-06-17 19:08:04.221 [info] [KeybindingService]: + Clearing single modifier due to 300ms elapsed

Any idea why?

bobslee commented 4 months ago

I experience the same in MacOS.

No issue in my Linux setup.

^ Shift 2 works tough.