- Changed Alt/Ctrl mode handling in Menu prefs, BMenu and Appearance

prefs as discussed in #2139 comments. This allow using Alt-Gr in either 
Ctrl or Alt mode. Appearance needs a serious style cleanup, comming next 
:)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27095 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexandre Deckner
2008-08-21 00:59:30 +00:00
parent 996be6dbb5
commit 009aa366c6
3 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ BMenu::AttachedToWindow()
char *chars = NULL;
get_key_map(&keys, &chars);
if (keys == NULL || keys->left_command_key != 0x5d
|| keys->right_command_key != 0x5f)
|| keys->left_control_key != 0x5c)
sAltAsCommandKey = false;
free(chars);
free(keys);