You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want move cursor in PR text area with ctrl+p(cursorUp) and ctrl+f(cursorRight).
PR text area context is not textInputForcus.
I don't know why it is working ctrl+a, ctrl+e, ctrl+b.
2025-01-16 11:38:43.189 [info] [KeybindingService]: / Received keydown event - modifiers: [ctrl], code: KeyP, keyCode: 80, key: p
2025-01-16 11:38:43.189 [info] [KeybindingService]: | Converted keydown event - modifiers: [ctrl], code: KeyP, keyCode: 46 ('P')
2025-01-16 11:38:43.189 [info] [KeybindingService]: | Resolving ctrl+[KeyP]
2025-01-16 11:38:43.190 [info] [KeybindingService]: \ From 6 keybinding entries, no when clauses matched the context.
2025-01-16 11:38:43.489 [info] [KeybindingService]: + Ignoring single modifier ctrl due to it being pressed together with other keys.
ctrl+b (work)
2025-01-16 11:39:59.431 [info] [KeybindingService]: / Received keydown event - modifiers: [ctrl], code: KeyB, keyCode: 66, key: b
2025-01-16 11:39:59.431 [info] [KeybindingService]: | Converted keydown event - modifiers: [ctrl], code: KeyB, keyCode: 32 ('B')
2025-01-16 11:39:59.434 [info] [KeybindingService]: | Resolving ctrl+[KeyB]
2025-01-16 11:39:59.434 [info] [KeybindingService]: \ From 1 keybinding entries, no when clauses matched the context.
2025-01-16 11:39:59.694 [info] [KeybindingService]: + Ignoring single modifier ctrl due to it being pressed together with other keys.
The text was updated successfully, but these errors were encountered:
YuseiUeno
changed the title
I want move cursor in PR text area with ctrl+p and ctrl+f on mac OS
move cursor in PR text area with ctrl+p and ctrl+f on mac OS
Jan 16, 2025
YuseiUeno
changed the title
move cursor in PR text area with ctrl+p and ctrl+f on mac OS
Cannot move cursor in PR text area with ctrl+p and ctrl+f on mac OS
Jan 16, 2025
I want move cursor in PR text area with ctrl+p(cursorUp) and ctrl+f(cursorRight).
PR text area context is not
textInputForcus
.I don't know why it is working ctrl+a, ctrl+e, ctrl+b.
Versions
Keyboard Shortcuts Troubleshoot
ctrl+p (not work)
ctrl+b (work)
The text was updated successfully, but these errors were encountered: