Update modifier key to Caps Lock
This commit is contained in:
		
						commit
						0a5df92d57
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,7 @@ typedef struct {
 | 
			
		|||
} Key;
 | 
			
		||||
 | 
			
		||||
/* key definitions */
 | 
			
		||||
#define MODKEY Mod4Mask // win/super key
 | 
			
		||||
#define MODKEY LockMask // The modifier key is: Caps Lock :P
 | 
			
		||||
 | 
			
		||||
#define TAGKEYS(CHAIN, KEY, TAG) \
 | 
			
		||||
   { MODKEY,                       CHAIN,    KEY,      view,           {.ui = 1 << TAG} }, \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue