I experienced the same problem with Xubuntu 8.04. I need xkbset for setting the 'bouncekeys' option.
Finally i got it working again by first setting the keyboard layout via 'setxkbmap'. #!/bin/sh setxkbmap -layout <your_layout> xkbset <whatever_you_want> -- When setting mousekeys, xkbset reports "XKB not supported" https://bugs.launchpad.net/bugs/215496 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
