I use mouse keys but as its settings are too slow I have to run
xkbset ma 30 10 10 5 2
in order to use it.
In Ubuntu 14.04 how can I run that command at login?
I tried adding it to /etc/init.d/rc.local but it does not run the command as noted elsewhere (there is no "exit 0" in that file as referred to in some threads).
Then I created it as a bash script with .bash extension and added it as startup application. That did not work. Gedit is default app to open bash scripts. Should I specify some other command than xkbset ma 30 10 10 5 2 in the start up dialogue to actually run that script?
Thanks