It would be great if there was a way to customize hotkeys. Here's how I see it: * Have a about:hotkeys panel, with all actions listed, and already mapped shortcuts shown. * Whether these should be modifiable or not is up to the dev community, ideally they'd be. * When clicking on a hotkey field, ...
Yeah, I’ve thought that in addition to regular keystrokes operating systems should provide logical events. If I press Ctrl+c don’t send Ctrl+c to the application, send Copy (Maybe also with the original keystroke in case it needs to be interpreted “raw” like when using remote desktop software). We sort of have this for keyboard, there are special keys like Mute and Web Browser, but I think we should extend this system for common actions that are basically universal.
Yeah, I’ve thought that in addition to regular keystrokes operating systems should provide logical events. If I press
Ctrl+c
don’t sendCtrl+c
to the application, sendCopy
(Maybe also with the original keystroke in case it needs to be interpreted “raw” like when using remote desktop software). We sort of have this for keyboard, there are special keys likeMute
andWeb Browser
, but I think we should extend this system for common actions that are basically universal.