We are about to switch to a new forum software. Until then we have removed the registration on this forum.
is there any way of detecting a keyboard shortcut like: CTRL+S? like the way see file>save file in the bar where that would normally be? i want to make a HTML editor witch i can save my files with, so i don't have to press a button to save
Answers
thanks, these are the shortcuts i found useful:
CTRL-S: 19
CTRL-R: 18
CTRL-O: 15
CTRL-N: 14
EDIT:
i also found the keyCode for COMMAND on the mac so i could do COMMAND + S (i work on a macbook pro)