-
Notifications
You must be signed in to change notification settings - Fork 217
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
Insert Key on Apple Keyboard #371
Comments
I was looking up how it is activated on an actual macbook and it appears to be activated by the Fn key. Of course the Fn key is not and cannot be detected by the OS itself. Previously I have been using the Alt key to do some Fn combo like remaps and that is what I would want to do here. I know excel and certain programs though expect Alt-Enter to do basic things so I don't want to change Fn-Enter to Alt-Enter, at least not Left Alt-Enter. I would rather use the Right Alt or AltGr-Enter as the Insert key. In the future let's try and keep these type of conversations in this thread here #348 for any missing shortcut keys you may find. |
A fix has now been added to the Dev branch, tested on a chromebook, but I will be doing another test or two before merging to master, you can checkout the dev branch if you want and try it out. Installing on top is fine.
|
Sounds good. I'll just wait for the merge in master and test it out once it's there. Appreciate the quick reply and commit for this. |
Just FYI, this is not always true. My full-size Apple keyboard has |
On an apple keyboard with a number pad, the insert key is replaced with the function key (to toggle between using f1, f2, etc. vs special system controls like adjusting column, brightness, etc.).
Given that the insert key is still used in many Linux/windows programs (code editors for example), is there a way to assign another key to insert? I think a default should be chosen, but if not could the user select a key or key combination?
The text was updated successfully, but these errors were encountered: