action: fix LookupEntry for "lockdevbtn"
xkbcomp has that bug as well, guess no one uses it. Signed-off-by: Ran Benita <ran234@gmail.com>master
parent
7e0c49e084
commit
95d4fb9e4b
|
@ -138,7 +138,7 @@ static const LookupEntry actionStrings[] = {
|
|||
{ "devicebtn", XkbSA_DeviceBtn },
|
||||
{ "devbutton", XkbSA_DeviceBtn },
|
||||
{ "devicebutton", XkbSA_DeviceBtn },
|
||||
{ "lockdevbtn", XkbSA_DeviceBtn },
|
||||
{ "lockdevbtn", XkbSA_LockDeviceBtn },
|
||||
{ "lockdevicebtn", XkbSA_LockDeviceBtn },
|
||||
{ "lockdevbutton", XkbSA_LockDeviceBtn },
|
||||
{ "lockdevicebutton", XkbSA_LockDeviceBtn },
|
||||
|
|
Loading…
Reference in New Issue