On 10/05/2019 11:46, John Beard wrote: > Do the tool actions actually even need to know their hotkey? I think > perhaps they shouldn't really care *what* the hotkey is or even if one > is set, it's not their problem. It's the tool framework that should be > maintaining this mapping.
Hi, +1 here. The hotkeys (standard, sequential and whatever-else-we-come-up-with) can be kept separate from the ACTION objets in the code and stored in a configuration file. This would let people coming from other EDA packages to have their own config files with custom hotkey mappings. IMO the same approach later can be used for toolbar/menu layouts. Cheers, Tom _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

