Adjust zoom keybindings
							parent
							
								
									842bb7fd0e
								
							
						
					
					
						commit
						1191c29c16
					
				| 
						 | 
				
			
			@ -173,8 +173,8 @@ static Shortcut shortcuts[] = {
 | 
			
		|||
	{ ControlMask,          XK_Print,       toggleprinter,  {.i =  0} },
 | 
			
		||||
	{ ShiftMask,            XK_Print,       printscreen,    {.i =  0} },
 | 
			
		||||
	{ XK_ANY_MOD,           XK_Print,       printsel,       {.i =  0} },
 | 
			
		||||
	{ MODKEY|ShiftMask,     XK_Prior,       zoom,           {.f = +4} },
 | 
			
		||||
	{ MODKEY|ShiftMask,     XK_Next,        zoom,           {.f = -4} },
 | 
			
		||||
	{ ControlMask,          XK_Prior,       zoom,           {.f = +4} },
 | 
			
		||||
	{ ControlMask,          XK_Next,        zoom,           {.f = -4} },
 | 
			
		||||
	{ MODKEY|ShiftMask,     XK_Home,        zoomreset,      {.f =  0} },
 | 
			
		||||
	{ TERMMOD,              XK_C,           clipcopy,       {.i =  0} },
 | 
			
		||||
	{ TERMMOD,              XK_V,           clippaste,      {.i =  0} },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue