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

Insert Key on Apple Keyboard #371

Open
wdfinch opened this issue Jan 10, 2021 · 4 comments
Open

Insert Key on Apple Keyboard #371

wdfinch opened this issue Jan 10, 2021 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@wdfinch
Copy link

wdfinch commented Jan 10, 2021

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?

@wdfinch wdfinch added the question Further information is requested label Jan 10, 2021
@rbreaves
Copy link
Owner

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.

@rbreaves
Copy link
Owner

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.

git checkout dev
git pull origin dev
./setup.py

@wdfinch
Copy link
Author

wdfinch commented Jan 11, 2021

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.

@joshgoebel
Copy link
Contributor

joshgoebel commented Jun 7, 2022

Of course the Fn key is not and cannot be detected by the OS itself.

Just FYI, this is not always true. My full-size Apple keyboard has Fn in the cluster of 6 keys immediatly above the cursor pad and it registers as Key.FN when hit. So if someone has the right hardware it's "just another key"...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants