Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb committed May 5, 2024
1 parent fe60f2f commit 818f9c0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions input/include/xfree86_keycodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,21 +171,21 @@ enum xfvk_key
XFVK_MUTE = 121,
XFVK_VOUP = 122,
XFVK_VODN = 123,
XFVK_BSTP = 136
XFVK_APP1 = 156
XFVK_APP2 = 157
XFVK_MAIL = 163
XFVK_FAVO = 164
XFVK_BBAC = 166
XFVK_BFWD = 167
XFVK_CDNX = 171
XFVK_PLAY = 172
XFVK_CDPR = 173
XFVK_CDST = 174
XVFK_HOMP = 180
XFVK_REFR = 181
XFVK_BSEA = 225
XFVK_MDIA = 234
XFVK_BSTP = 136,
XFVK_APP1 = 156,
XFVK_APP2 = 157,
XFVK_MAIL = 163,
XFVK_FAVO = 164,
XFVK_BBAC = 166,
XFVK_BFWD = 167,
XFVK_CDNX = 171,
XFVK_PLAY = 172,
XFVK_CDPR = 173,
XFVK_CDST = 174,
XVFK_HOMP = 180,
XFVK_REFR = 181,
XFVK_BSEA = 225,
XFVK_MDIA = 234,

XFVK_LAST,
XFVK_DUMMY = 255
Expand Down

0 comments on commit 818f9c0

Please sign in to comment.