I can now only type with one finger, so I need to move some keys to the right side of the keyboard and make them lockable.
I've remapped the right shift key so that it can be locked with by including this line in my.Xmodmap
Code:
keycode 62 = Shift_Lock
enables me to use the ¬!"£$%^&*()_+ keys
I would like to use the ctrl+d combination. Thought I would remap the right control key to make it lockable. xmodmap has no knowledge of a Control_Lock key.
How can i acheive my goal?