Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
YuseiUeno opened this issue Jan 16, 2025 · 0 comments
Open

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

YuseiUeno opened this issue Jan 16, 2025 · 0 comments

Comments

@YuseiUeno
Copy link

YuseiUeno commented 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

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.
@YuseiUeno 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant