mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Change default wiimote emulation key settings to lowercase in linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4969 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -122,10 +122,10 @@ static int wmDefaultControls[] =
|
||||
VK_OEM_PERIOD,
|
||||
VK_OEM_2, // /
|
||||
#elif defined(HAVE_X11) && HAVE_X11
|
||||
'Z',
|
||||
'X',
|
||||
'C',
|
||||
'V',
|
||||
XK_z,
|
||||
XK_x,
|
||||
XK_c,
|
||||
XK_v,
|
||||
XK_equal,
|
||||
XK_minus,
|
||||
XK_BackSpace,
|
||||
@ -133,8 +133,8 @@ static int wmDefaultControls[] =
|
||||
XK_Right,
|
||||
XK_Up,
|
||||
XK_Down,
|
||||
'N',
|
||||
'M',
|
||||
XK_n,
|
||||
XK_m,
|
||||
XK_comma,
|
||||
XK_period,
|
||||
XK_slash,
|
||||
|
Reference in New Issue
Block a user