FG
💻 Software

Remap arrow keys to win+ijkl on linux

Fresh5 days ago
Mar 15, 202610019 views
Confidence Score0%
0%

Problem

I'd like to remap arrow keys to windows key plus ijkl. I can do this easily in Autohotkey on windows, but I'm struggling on Linux (Ubuntu lucid). I'd really like the solution to work independently of whether I'm using a window manager or not, and to involve modifying as few files as possible; I wor…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Remap arrow keys to win+ijkl on linux

Low Risk

Use xev to find out the key code for the modifier key(Win key in this case). Let it be 66. Make a file named Xmodmap (or whatever you like) with the following content. Now load these mappings using xmodmap Xmodmap

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment