Hi,
I am developing quite large web app and it is probably good idea to use hotkeys for some common tasks. However I discovered that finding safe key combinations is a problem, regarding all different browsers and OSes. For example Chrome has such a long list of hotkeys that trying to use some kind of logical hotkeys scheme for my webapp is impossible - e.g. ctrl+1, ctrl+2, ctrl+3, etc ...
So I repeat my question, do you have some cheatsheet of safe hotkeys which can be used in webapp and not worry about some browser or OS interference ?
Thank you.