Skip to content

Instantly share code, notes, and snippets.

@Steffo99
Created July 22, 2020 01:36
Show Gist options
  • Save Steffo99/73a3bd2424402e9a4d2929f0f01e65c4 to your computer and use it in GitHub Desktop.
Save Steffo99/73a3bd2424402e9a4d2929f0f01e65c4 to your computer and use it in GitHub Desktop.
Plasma: Allow F13, F14, F15, ..., F24 to be bound on Dota 2

Add the following lines to ~/.Xmodmap and ensure "Bind keys based on keyboard position" is DISABLED.

keycode 191 = F13 F13 F13
keycode 192 = F14 F14 F14
keycode 193 = F15 F15 F15
keycode 194 = F16 F16 F16
keycode 195 = F17 F17 F17
keycode 196 = F18 F18 F18
keycode 197 = F19 F19 F19
keycode 198 = F20 F20 F20
keycode 199 = F21 F21 F21
keycode 200 = F22 F22 F22
keycode 201 = F23 F23 F23
keycode 202 = F24 F24 F24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment