commit 694eddd

Devine Lu Linvega  ·  2024-01-17 01:22:07 +0000 UTC
parent f135322
Fixed issue with mod keys
1 files changed,  +1, -0
+1, -0
1@@ -118,6 +118,7 @@ get_button(KeySym sym)
2 	case XK_Alt_L: return 0x02;
3 	case XK_Shift_L: return 0x04;
4 	case XK_Home: return 0x08;
5+	case XK_Meta_L: return 0x02;
6 	}
7 	return 0x00;
8 }