-
Notifications
You must be signed in to change notification settings - Fork 34
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
Cmd-Period no longer interpreted as <Esc> in iPadOS 16 #256
Comments
Thank you for reporting this! When it first happened, I thought my 63-year-old synapses had finally started to fail completely... |
iVim has always been monitoring the IMHO, this is a better thing because we can use this keypress with more freedom:). (Though I need to update the related documentation.) |
@terrychou No, no, no. Please listen to us. Some iPad users are expecting the Command period to be an ESC, regardless of history/theory you mention. Yes, we could re-map the keys but why make users do something like that? The iPad already is a new device with a lot of things to learn. Please change it so that command period does ESC by default, for the sake of many future users. Thanks. |
Note that every other iPadOS program I use continues to treat It would be nice if Apple would just pick a consistent way of passing this stuff through to the app! |
Since this interpretation is important, I will make the mapping the default in the next update. |
Thanks! And thanks for the quick response, that means a lot! I am impressed so far by this tool. It is very thorough and in-depth. I learn more and more just by reading the documentation. I think it would be wise to create a single document or video for new iOS users. The video would cover the areas which the user is most likely to get stuck at:
I think the text documentation is great, but if there was a quick video to show ^ those listed steps the user could learn much faster. Thanks. |
After the iPadOS 16 upgrade, when Cmd-Period is pressed, iVim now interprets the keypress as
<D-.>
rather than<Esc>
. The somewhat other more cross-platform convention of<C-]>
continues to work fine.The workaround is to map
<D-.>
to<Esc>
, which makes iVim work as it did yesterday. Weirdly, it seems that all over iPadOS 16, Cmd-Period works perfectly well as<Esc>
just as it has for every Apple OS since 1984 so it doesn't seem like an intended change to the OS.The text was updated successfully, but these errors were encountered: