How to remap the Context Menu key to the Super key

MiffTheFox

This keyboard has only one super key, so I want to remap the menu key to make up for that.

Caleb

Use xev to find the keycode for the key you want to remap. For example if I press Menu key it tells me that that is keycode 135.

Next in my ~/.xmodmaprc file, I add a line like this:

keycode 135 = Super_R

... to make it the right hand windows key. Then all that remains is to activate the key remaps. This usually happens automatically on login to your x session, but if your Desktop Environment doesn't do that you can run it manually as xmodmap ~/.xmodmaprc from a command line or whatever script gets run when you login.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Remap Super Key

From Dev

Remap menu key to delta (Δ)?

From Dev

Remap Super+arrow key to home/end

From Dev

How to remap Fn Key combinations?

From Dev

How to Remap NUMLOCK Key to be DELETE?

From Dev

How to remap Fn Key combinations?

From Dev

How to remap Enter key in vim?

From Dev

Trying to remap my left SUPER key (also called WINDOWS key) to left or right CONTROL key, with xkg

From Dev

Trying to remap my left SUPER key (also called WINDOWS key) to left or right CONTROL key, with xkg

From Dev

How to emulate the super key?

From Dev

How to emulate the super key?

From Dev

How to remap CapsLock key to Ctrl in Xubuntu

From Dev

How can I remap a keyboard key?

From Dev

How to remap CapsLock key to Ctrl in Xubuntu

From Dev

How to remap a single specific Key to a Windows Shorcut?

From Dev

How to change Textmate's context menu key binding?

From Dev

How to map right Alt to Context-Menu key

From Dev

How to emulate context menu key when there's none on keyboard?

From Dev

How to swap/remap the CAPS LOCK key with Tab key?

From Dev

How to swap/remap the CAPS LOCK key with Tab key?

From Dev

How do I remap the caps lock key to the backspace key?

From Dev

How remap my CapsLock key to work as if it was a Return key using setxkbmap?

From Dev

How do you remap a key to the Caps Lock key in Xubuntu?

From Dev

Ubuntu 15.10: How to remap the additional '| \'-key on my british keyboard to the `-key?

From Dev

Remap TAB key to another key

From Dev

Map super/windows key to KDE Menu?

From Dev

how to remap super keys?

From Dev

Remap a key permanently

From Dev

Remap escape key to underscore

Related Related

HotTag

Archive