-
Notifications
You must be signed in to change notification settings - Fork 30
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
<C-d>
in Safari on iPad does not work
#115
Comments
This is a bug in codemirror itself, as it does not handle keyboard modifiers on ios, and after user pressing |
So why do other commands like What I’m trying to understanding is why some commands with Ctrl work, but this one doesn’t. |
This happens only for keys that change text in the editor. Try |
Looks like this issue still persists (running the Obsidian iPad app in visionOS, which uses Backlink to the Obsidian bug report, for convenience: https://forum.obsidian.md/t/vim-mode-ctrl-d-navigation-is-still-broken-on-ipados/40262 |
<C-d>
(Ctrl-d) in Safari on iPad does not work. (It should scroll down.)It doesn't do anything the first time, the second time it deletes the whole line. It seems to me as if the
Ctrl
isn't recognised, and instead only thed
is passed through, so it deletes the full line on second invocation, likedd
.I've tried it here: https://raw.githack.com/replit/codemirror-vim/noremap/dev/web-demo.html
I've used the keyboard from my MacBook with Apple's keyboard and mouse sharing feature.
macOS 13.3.1
iPadOS 16.4.1
<C-f>
and others work, though. Might this be a conflict withCtrl-d
on iPadOS (the delete operation, the opposite of backspace)? On macOS, it is handled correctly in Safari.The text was updated successfully, but these errors were encountered: