Fix lost keymaps after using VMware Workstation under Ubuntu
Sometime when using VMware Workstation on Ubuntu I lose the use of some of my keys (Shift,Ctrl,Caps Lock, etc). I have use the followingl script to restore those keys. #!/bin/sh xmodmap – << XXX clear shift add shift = Shift_L Shift_R clear lock add lock = Caps_Lock clear control add control = Control_L Control_R clear [...]