I can confirm that this simple program works fine on squeeze. KDM users
can launch it from /etc/kde4/kdm/Xsetup in order to have NumLock turned
on right from the login screen.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
/* I write that... it works well on my squeeze */
#include
#include
#include
int main(){
Display *disp = XOpenDisplay (NULL);
if(disp == NULL) return 1;
unsigned int nl_mask = XkbKeysymToModifiers (disp, XK_Num_Lock);
XkbLockModifiers (disp, XkbUseCoreKbd, nl_ma
If anyone has a patch to fix this, please add it to the bug.
I'll mention in passing that while upstream still is an active KDE
developer, numlockx itself hasn't seen any new release in a long time.
However, upstream still welcomes patches, such as the recent one I
submitted to autoreconf the pac
3 matches
Mail list logo