View Single Post
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#2
You can remap the keys, exchanging between Menu key and one of the keys that are outside.

For example, running the command

xmodmap -e "keycode 9 = F4"

Will make the Escape key behave as the Menu key.

To return to normal behaviour:

xmodmap -e "keycode 9 = Escape"
 

The Following User Says Thank You to Matan For This Useful Post: