Does anyone have or know where to find a list of the Cmd/Ctrl/Option keys that can safely be used by your own application
Obviously Cmd/Ctrl X,C,V and A should not be used (cut,copy,paste,selall)
nor F,G,N,O,S,P,Q or Z (Find,Replace,New,Open,Save,Print,Undo)
That looks like it leaves
BDEHIJKLMRTUWYZ
I’d like a common set I can use between a macOS and Window version of the app
I only need to exclude any “System” level commands (macOS/Windows)… those keys the CANNOT (or SHOULD not) be hijacked, redefined and are otherwise free to use.
So keys that are specific to a given application should not be an issue, as those would be the pool I can also choose from.
The letters I mentioned above, are “standard” keys for functions that my app also has (cut/paste/copy etc)
Note the link you supplied indicates keys that are “application” specific for Safari, not those that are “System” level or have a “standard” definition (ie. all apps use them for the same purpose)