Keyboard shortcuts: Difference between revisions
From FreeMind
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* A method of the assignemnt of keyboard shortcuts. | * A method of the assignemnt of keyboard shortcuts. | ||
== | ==Types of shortcuts== | ||
* Mnemonics: Alt + the mnemonic letter visible in the menu. Also accessible by pressing F10 first. (Windows) | |||
* Shortcuts like Control + C | |||
==More shortcuts for one function== | |||
Currently, each function has at most one key assigned. But, it should be the other way around; | Currently, each function has at most one key assigned. But, it should be the other way around; | ||
the keys should have functions assigned, rather than functions key. For instance, it would be | the keys should have functions assigned, rather than functions key. For instance, it would be | ||
valuable to have both ''insert'' and ''tab'' assigned to ''new node'' function. (Actually on MS Windows it is right now not possible at all to bind anything to ''tab''.) | valuable to have both ''insert'' and ''tab'' assigned to ''new node'' function. (Actually on MS Windows it is right now not possible at all to bind anything to ''tab''.) | ||
==Links== | |||
* A guideline used by a major project like Gnome or KDE. (TODO) | |||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Stub]] | [[Category:Stub]] |
Revision as of 09:33, 28 October 2007
TODO.
- A method of the assignemnt of keyboard shortcuts.
Types of shortcuts
- Mnemonics: Alt + the mnemonic letter visible in the menu. Also accessible by pressing F10 first. (Windows)
- Shortcuts like Control + C
More shortcuts for one function
Currently, each function has at most one key assigned. But, it should be the other way around; the keys should have functions assigned, rather than functions key. For instance, it would be valuable to have both insert and tab assigned to new node function. (Actually on MS Windows it is right now not possible at all to bind anything to tab.)
Links
- A guideline used by a major project like Gnome or KDE. (TODO)