Questions tagged [keyboard-shortcuts]
The keyboard-shortcuts tag has no summary.
7 questions
1 vote
0 answers
82 views
Which 'Fkey' can I safely use in a cross-platform application?
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'...
1 vote
1 answer
152 views
When internationalizing texts, should underscores (for keyboard shortcuts) be part of the texts to be translated?
I have a project where I need to translate a lot of words and text fragments in different languages. In these texts, underscores are currently added in these text (fragment(s)) to be used as keyboard ...
5 votes
3 answers
901 views
Is there a guide for software development to design efficient hotkeys for actions?
I don't know how to word this easily but basically the software I am writing has a ton of actions and I want to assign hotkeys to every one of them so power users can work super fast. First off they ...
3 votes
3 answers
416 views
How do I improve my ability to manipulate code quickly, not wpm?
I have seen several questions on here about touch typing and words per minute but not about improving ones ability to manipulate text using keyboard shortcuts, bindings etc. I have tried putting a ...