vscode-emacs-mcx icon indicating copy to clipboard operation
vscode-emacs-mcx copied to clipboard

Set mark command not working

Open amelio-vazquez-reina opened this issue 1 year ago • 1 comments

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?

amelio-vazquez-reina avatar Jun 18 '24 02:06 amelio-vazquez-reina

I experience the same in MacOS.

No issue in my Linux setup.

^ Shift 2 works tough.

bobslee avatar Jul 04 '24 12:07 bobslee

Is there any OS-level keybindings defined? For example, on macOS, ctrl+space is bound to something, e.g. Spotlight or switching input method.

https://discussions.apple.com/thread/8507324?sortBy=rank https://stackoverflow.com/questions/71337137/intellij-basic-complete-ctrl-space-is-not-working-on-macos

whitphx avatar Jul 25 '25 21:07 whitphx

Plz reopen this if it still happens.

whitphx avatar Oct 25 '25 15:10 whitphx