WPrefs: Ignore NumLock key when capturing keyboard shortcuts
commit3957f0129365e827d7ec41f3c591952338e962ef
authorRodolfo García Peñas (kix) <kix@kix.es>
Sun, 29 Sep 2013 10:02:05 +0000 (29 12:02 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 29 Sep 2013 11:13:53 +0000 (29 12:13 +0100)
treefac5459e93830bb71e9ad2ce8a6f5576f3750d4e
parent709e7654bc85043ffa763598187a2ccf50b3adab
WPrefs: Ignore NumLock key when capturing keyboard shortcuts

This patch includes the function "NumLockMask", that checks if the
Alt Modifier key is "NumLock". Then we can use this function in the
calls to Capture the key sequence and don't use this modifier.
WPrefs.app/KeyboardShortcuts.c