Keyboard shortcut for end of line
- Install
xdotool
:sudo apt-get install xdotool
- Go to system connections -> keyboard -> shortcuts -> custom
- Create new shortcut, binding
bash -c "xdotool getactivewindow key End"
command to some key combination
On a Mac keyboard (running Ubuntu), the
function (fn) key + left/right arrowkey seems to be equivalent to the
command +left/right arrowfunctionality seen native Mac environment.