1

I'm developing a text editor and start to think about key bindings.

Which F key (F1, F2, F11, etc.) should I use in my application, assuming that I want OS X users to be able to use it as well? I don't want to bind keys that are already used in Windows, Mac OS or Linux common distributions.

atrefeu
  • 119
  • 1
  • 1
    There will be ways for users to change the key bindings, right? – FrustratedWithFormsDesigner Feb 23 '21 at 16:09
  • @FrustatedWithFormsDesigner I think that yes, I'll give the user this possibility, but the aim is to make it the most minimal possible - so I need strong and simple default key bindings to avoid losing the user at first glance. – atrefeu Feb 23 '21 at 16:17
  • 2
    There's an informal list [here](https://en.wikipedia.org/wiki/Function_key). Obviously, all of the non-shifted keys are already spoken for, so you might have better luck with the Shift-Fn keys and Alt-Fn keys. – Robert Harvey Feb 23 '21 at 21:32
  • 1
    You should also consider using a set of keys that text editor users are already familiar with, like [this one](https://www.howtogeek.com/115664/42-text-editing-keyboard-shortcuts-that-work-almost-everywhere/). – Robert Harvey Feb 23 '21 at 21:34
  • Your comments could have been an answer ! Thank you very much @Robert Harvey. Don't ask me why but I didn't think of Wikipedia for the list of function keys... And thanks for the second link as wellw it may be prettu useful :) – atrefeu Feb 23 '21 at 23:15

0 Answers0