Activate thumb-mode with Return key
This commit is contained in:
		
							parent
							
								
									f235b62741
								
							
						
					
					
						commit
						76cca4ecb6
					
				
							
								
								
									
										12
									
								
								main.c
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								main.c
									
									
									
									
									
								
							| @ -378,6 +378,18 @@ void on_keypress(XKeyEvent *kev) { | |||||||
| 				} | 				} | ||||||
| 				break; | 				break; | ||||||
| 
 | 
 | ||||||
|  | 			/* switch to thumnail mode */ | ||||||
|  | 			case XK_Return: | ||||||
|  | 				if (options->thumbnails) { | ||||||
|  | 					if (fileidx < tns.cnt) | ||||||
|  | 						tns.sel = fileidx; | ||||||
|  | 					else | ||||||
|  | 						tns.sel = 0; | ||||||
|  | 					mode = MODE_THUMBS; | ||||||
|  | 					changed = 1; | ||||||
|  | 				} | ||||||
|  | 				break; | ||||||
|  | 
 | ||||||
| 			/* miscellaneous */ | 			/* miscellaneous */ | ||||||
| 			case XK_a: | 			case XK_a: | ||||||
| 				img_toggle_antialias(&img); | 				img_toggle_antialias(&img); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Bert
						Bert