Key to swap buttons: reduced choices to Ctrl (default) and Alt
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1692 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -764,10 +764,8 @@ const T_Lookup Lookup_MouseSpeed[] = {
|
||||
|
||||
const T_Lookup Lookup_SwapButtons[] = {
|
||||
{"None",0},
|
||||
{"Shift",MOD_SHIFT},
|
||||
{"Control",MOD_CTRL},
|
||||
{"Alt",MOD_ALT},
|
||||
{"Meta",MOD_META},
|
||||
{NULL,-1},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user