config: add Shift+Insert as selpaste() again
This was changed before in:
commit 20f713548d on Wed Jan 25 19:17:38 2017
			
			
This commit is contained in:
		
							parent
							
								
									16d98738e7
								
							
						
					
					
						commit
						3be4cf11d7
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -176,6 +176,7 @@ static Shortcut shortcuts[] = { | |||
| 	{ TERMMOD,              XK_C,           clipcopy,       {.i =  0} }, | ||||
| 	{ TERMMOD,              XK_V,           clippaste,      {.i =  0} }, | ||||
| 	{ TERMMOD,              XK_Y,           selpaste,       {.i =  0} }, | ||||
| 	{ ShiftMask,            XK_Insert,      selpaste,       {.i =  0} }, | ||||
| 	{ TERMMOD,              XK_Num_Lock,    numlock,        {.i =  0} }, | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Hiltjo Posthuma
						Hiltjo Posthuma