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
Ran Benita 2012-09-03 10:28:58 +03:00
parent 7e0c49e084
commit 95d4fb9e4b
1 changed files with 1 additions and 1 deletions

View File

@ -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 },