Is there a way to turn NUM LOCK on permanently, across all remote desktop sessions (99% Windows OS) and my local install of Ubuntu 14.04? I have never met anyone in the past 25 years of computing who actually uses a 10-key keypad with NUM LOCK off.
All day I'm hitting the Num Lock key to turn it ON for a particular Remmina (RDP) session. I connect to the same servers most of the day, and my Remmina settings (settings that never actually SAVE!) are to "Remember last view mode for each connection" but I don't think that setting has anything to do with keyboard stuff, just video and interface settings -- WHO'S SETTINGS DON'T SAVE EITHER! MADDENING!!!!!
Thanks!
Yes this is possible, with a workaround. First save this script somewhere
then type in
crontab -e
in the terminal, add this entry to it:It should work, restoring numlock all the time.
Source
The issue with Num Lock key in Remmina can be fixed by installing a newer version from ppa:remmina-ppa-team/remmina-next. This is what I got on Linux Mint 17.1 (based on Ubuntu 14.04 LTS):
It seems this build of remmina uses freerdp-x11.
Virtualbox with seamless mode accomplishes this PERFECTLY. No longer will I have to RDP to a guest VM on my local desktop. Never again will I have to press the Num Lock key. Still baffled why ON isn't the default for Num Lock. Who actually uses the arrow keys on a 10-key keypad!?!?!
@rpr, one more line of code and your answer would have worked -- maybe you can edit the answer? Here are the three lines of code that worked for me:
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt-get update
sudo apt-get install remmina remmina-plugin-rdp