26 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ────────────────────────────────────────────────────────────────────
 | |
| #          ╭────────────────────────────────────────────────╮
 | |
| #          │              Screenshotting binds              │
 | |
| #          ╰────────────────────────────────────────────────╯
 | |
| bind = $mainMod, S, submap, screenshotting
 | |
| submap = screenshotting
 | |
| 
 | |
| bind = , Y, exec, grimblast --notify copy area
 | |
| bind = , Y, submap, reset
 | |
| bind = , C, exec, grimblast --notify copysave area
 | |
| bind = , C, submap, reset
 | |
| bind = , S, exec, grimblast --notify save area
 | |
| bind = , S, submap, reset
 | |
| bind = SHIFT, Y, exec, grimblast --notify copy screen
 | |
| bind = SHIFT, Y, submap, reset
 | |
| bind = SHIFT, C, exec, grimblast --notify copysave screen
 | |
| bind = SHIFT, C, submap, reset
 | |
| bind = SHIFT, S, exec, grimblast --notify save screen
 | |
| bind = SHIFT, S, submap, reset
 | |
| 
 | |
| 
 | |
| # ── Exit submap ─────────────────────────────────────────────────────
 | |
| bind = , escape, submap, reset
 | |
| submap = reset
 | |
| # ────────────────────────────────────────────────────────────────────
 |