mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 03:10:07 +00:00 
			
		
		
		
	some tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									79da053c9b
								
							
						
					
					
						commit
						f2206e7c15
					
				| @ -41,11 +41,13 @@ module.GLOBAL_KEYBOARD = { | |||||||
| 		], | 		], | ||||||
| 
 | 
 | ||||||
| 		Esc: 'toggleSlideshow: "off" -- Exit slideshow', | 		Esc: 'toggleSlideshow: "off" -- Exit slideshow', | ||||||
| 		Space: 'toggleSlideshowTimer', |  | ||||||
| 		Enter: 'slideshowDialog', | 		Enter: 'slideshowDialog', | ||||||
| 
 | 
 | ||||||
| 		Left: 'resetSlideshowTimer', | 		// XXX do we need a spearate slideshow paused mode???
 | ||||||
| 		Right: 'resetSlideshowTimer', | 		Space: 'toggleSlideshowTimer', | ||||||
|  | 		// XXX not sure about these yet...
 | ||||||
|  | 		//Left: 'resetSlideshowTimer',
 | ||||||
|  | 		//Right: 'resetSlideshowTimer',
 | ||||||
| 		Home: 'resetSlideshowTimer', | 		Home: 'resetSlideshowTimer', | ||||||
| 		End: 'resetSlideshowTimer', | 		End: 'resetSlideshowTimer', | ||||||
| 
 | 
 | ||||||
| @ -371,7 +373,7 @@ module.GLOBAL_KEYBOARD = { | |||||||
| 		'shift+#5': 'fitRibbon: 5.5 -- Fit 5.5 ribbons', | 		'shift+#5': 'fitRibbon: 5.5 -- Fit 5.5 ribbons', | ||||||
| 		'#6': 'fitImage: 6 -- Fit 6 images', | 		'#6': 'fitImage: 6 -- Fit 6 images', | ||||||
| 		'#7': 'fitImage: 7 -- Fit 7 images', | 		'#7': 'fitImage: 7 -- Fit 7 images', | ||||||
| 		'#8':'fitImage: 8 -- Fit 8 images', | 		'#8': 'fitImage: 8 -- Fit 8 images', | ||||||
| 		'#9': 'fitImage: 9 -- Fit 9 images', | 		'#9': 'fitImage: 9 -- Fit 9 images', | ||||||
| 		 | 		 | ||||||
| 
 | 
 | ||||||
| @ -435,7 +437,8 @@ module.GLOBAL_KEYBOARD = { | |||||||
| 
 | 
 | ||||||
| 		// filters...
 | 		// filters...
 | ||||||
| 		';': 'togglePreviewFilter: "Show shadows" -- Preview shadows', | 		';': 'togglePreviewFilter: "Show shadows" -- Preview shadows', | ||||||
| 		'ctrl-;': 'togglePreviewFilter: "Show highlights" -- Preview highlights', | 		':': 'togglePreviewFilter: "Show highlights" -- Preview highlights', | ||||||
|  | 		//'ctrl-;': 'togglePreviewFilter: "Show highlights" -- Preview highlights',
 | ||||||
| 		"'": 'togglePreviewFilter: "Black and white" -- Preview black and white', | 		"'": 'togglePreviewFilter: "Black and white" -- Preview black and white', | ||||||
| 
 | 
 | ||||||
| 		// doc...
 | 		// doc...
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user