Hi: In order to make ctrl+A to echo what normally the Home key does, which is my goal, using xmodmap, I would first have to make ctrl the Mode_switch key, that is
keycode 105 = Mode_switch Mode_switch
The problem however is that the key then won't work as the normal ctrl key anymore. Is there a means to attain the behavior described above?
keycode 105 = Mode_switch Mode_switch
The problem however is that the key then won't work as the normal ctrl key anymore. Is there a means to attain the behavior described above?