Skip to content

Commit

Permalink
Updated keybinds.h (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerjenigeUberMensch authored Jun 16, 2024
1 parent 7f09906 commit 7716298
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions keybinds.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@
#define LMB XCBButton1
#define MMB XCBButton2
#define RMB XCBButton3
#define BUTTON4 XCBButton4
#define BUTTON5 XCBButton5
#define ScrollUp XCBButton4
#define ScrollDown XCBButton5

/* taken from i3 */
#define ScrollLeft 6
#define ScrollRight 7


#define ENTER XK_Return
#define RETURN XK_Return
/* F1 - F12 */
Expand Down

0 comments on commit 7716298

Please sign in to comment.