Skip to content

Commit

Permalink
Merge pull request #3429 from yutkat/v45.049
Browse files Browse the repository at this point in the history
system76: Fix to swap key
  • Loading branch information
yutkat authored Oct 10, 2023
2 parents 2691bdd + ae7556a commit 2a8def0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ evdev:input:*v0001p*eab54* # thinkpad keyboard

evdev:input:*v0001p*eab83* # System76 Lemur
KEYBOARD_KEY_3a=leftctrl # 0x3a caps
KEYBOARD_KEY_36=tab # 0x36 RShift
KEYBOARD_KEY_0f=pause # 0x0f Tab
KEYBOARD_KEY_b7=insert # 0xb7 Prt Sc
KEYBOARD_KEY_9d=esc # 0x9d RCtrl
KEYBOARD_KEY_36=tab # 0x36 RShift
KEYBOARD_KEY_0f=pause # 0x0f Tab
KEYBOARD_KEY_b7=insert # 0xb7 Prt Sc
KEYBOARD_KEY_9d=esc # 0x9d RCtrl

# how to
# # 0. check vendor, product, version `cat /proc/bus/input/devices`
Expand Down

0 comments on commit 2a8def0

Please sign in to comment.