vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

Cannot move cursor in PR text area with ctrl+p and ctrl+f on mac OS

Open yuu-no opened this issue 1 year ago • 0 comments

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

GHPR Version: 0.102.0
VSCode Version: 1.96.2 (Universal)
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 23.6.0

Keyboard Shortcuts Troubleshoot

ctrl+p (not work)

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.

yuu-no avatar Jan 16 '25 02:01 yuu-no