Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-10-05 23:10:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-05 23:10:15 +0400
commit568cb066162b13983c8454b9d20ec010b2a1251d (patch)
tree299c59a2b9d1b8d2f8595a58dba575f2023674c6 /intern/ghost/test
parent0c7dce887cea687eb61ac3c660de9e84bf36997d (diff)
rename Command key to OSKey, Window manager already called it the OSKey but internally it was mixed.
Diffstat (limited to 'intern/ghost/test')
-rw-r--r--intern/ghost/test/multitest/EventToBuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/test/multitest/EventToBuf.c b/intern/ghost/test/multitest/EventToBuf.c
index 1dbaad35994..859600bb783 100644
--- a/intern/ghost/test/multitest/EventToBuf.c
+++ b/intern/ghost/test/multitest/EventToBuf.c
@@ -125,7 +125,7 @@ static char *keytype_to_string(GHOST_TKey key) {
K(KeyRightControl);
K(KeyLeftAlt);
K(KeyRightAlt);
- K(KeyCommand);
+ K(KeyOS);
K(KeyCapsLock);
K(KeyNumLock);