mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
Bug fixes for 0.20.3 pre-release 2
This commit is contained in:
@@ -60,7 +60,19 @@
|
||||
#define WKBD_NEXTWSLAYER 32
|
||||
#define WKBD_PREVWSLAYER 33
|
||||
|
||||
#define WKBD_LAST 34
|
||||
/* window shortcuts */
|
||||
#define WKBD_WINDOW1 34
|
||||
#define WKBD_WINDOW2 35
|
||||
#define WKBD_WINDOW3 36
|
||||
#define WKBD_WINDOW4 37
|
||||
|
||||
#ifdef KEEP_XKB_LOCK_STATUS
|
||||
# define WKBD_TOGGLE 38
|
||||
# define WKBD_LAST 39
|
||||
#else
|
||||
# define WKBD_LAST 38
|
||||
#endif /* KEEP_XKB_LOCK_STATUS */
|
||||
|
||||
|
||||
|
||||
typedef struct WShortKey {
|
||||
|
||||
Reference in New Issue
Block a user