OSX only: the Apple key now is a normal modifier in code, so can be

detected as others, LR_COMMANDKEY

Unline previous commit, Apple key doesnt map to control anymore, but is
handled separate where needed. Now only for undo (Apple-Z)
This commit is contained in:
2004-09-18 13:25:29 +00:00
parent 562d6958cb
commit cd79d25e83
5 changed files with 26 additions and 13 deletions

View File

@@ -186,6 +186,7 @@
#define ENDKEY 170
#define UNKNOWNKEY 171
#define COMMANDKEY 172
/* **************** BLENDER QUEUE EVENTS ********************* */