Rearrange keymappings for the real B1 machines' keyboards
(cherry picked from cda50cbf099f1db64f3cd95aeb05b54444fd66d0 commit)
This commit is contained in:
		
							parent
							
								
									59d57a03d9
								
							
						
					
					
						commit
						b51b2917d0
					
				
							
								
								
									
										22
									
								
								README
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								README
									
									
									
									
									
								
							| @ -18,16 +18,16 @@ SUGAR_PROFILE=profile-2 sugar | |||||||
| Key bindings | Key bindings | ||||||
| ============ | ============ | ||||||
| 
 | 
 | ||||||
| F1     Activity zoom level | F1     Mesh zoom level | ||||||
| F2     Home zoom level | F2     Friends zoom level | ||||||
| F3     Friends zoom level | F3     Home zoom level | ||||||
| F4     Mesh zoom level | F4     Activity zoom level | ||||||
| F5     Show the frame | F5     Decrease brightness (DCON) | ||||||
| F6     Open a terminal activity | F6     Increase brightness (DCON) | ||||||
| F7	   Toggle chat visibility | F7     Color mode (DCON) | ||||||
| F8     Color mode (DCON) | F8     Black and white mode (DCON) | ||||||
| F9     Black and white mode (DCON) | F9     Show the frame | ||||||
| F10    Decrease brightness (DCON) | F10    Toggle chat visibility | ||||||
| F11    Increase brightness (DCON)     	    | F11    Open a terminal activity | ||||||
| F12    Open the log viewer | F12    Open the log viewer | ||||||
| Ctrl+S Activate sketch mode in chat | Ctrl+S Activate sketch mode in chat | ||||||
|  | |||||||
| @ -87,27 +87,27 @@ class Shell(gobject.GObject): | |||||||
| 
 | 
 | ||||||
| 	def __global_key_pressed_cb(self, grabber, key): | 	def __global_key_pressed_cb(self, grabber, key): | ||||||
| 		if key == 'F1': | 		if key == 'F1': | ||||||
| 			self.set_zoom_level(sugar.ZOOM_ACTIVITY) |  | ||||||
| 		elif key == 'F2': |  | ||||||
| 			self.set_zoom_level(sugar.ZOOM_HOME) |  | ||||||
| 		elif key == 'F3': |  | ||||||
| 			self.set_zoom_level(sugar.ZOOM_FRIENDS) |  | ||||||
| 		elif key == 'F4': |  | ||||||
| 			self.set_zoom_level(sugar.ZOOM_MESH) | 			self.set_zoom_level(sugar.ZOOM_MESH) | ||||||
|  | 		elif key == 'F2': | ||||||
|  | 			self.set_zoom_level(sugar.ZOOM_FRIENDS) | ||||||
|  | 		elif key == 'F3': | ||||||
|  | 			self.set_zoom_level(sugar.ZOOM_HOME) | ||||||
|  | 		elif key == 'F4': | ||||||
|  | 			self.set_zoom_level(sugar.ZOOM_ACTIVITY) | ||||||
| 		elif key == 'F5': | 		elif key == 'F5': | ||||||
| 			self._frame.notify_key_press() |  | ||||||
| 		elif key == 'F6': |  | ||||||
| 			gobject.idle_add(self._open_terminal_cb) |  | ||||||
| 		elif key == 'F7': |  | ||||||
| 			self.toggle_chat_visibility() |  | ||||||
| 		elif key == 'F8': |  | ||||||
| 			self._dcon_manager.set_mode(DCONManager.COLOR_MODE) |  | ||||||
| 		elif key == 'F9': |  | ||||||
| 			self._dcon_manager.set_mode(DCONManager.BLACK_AND_WHITE_MODE) |  | ||||||
| 		elif key == 'F10': |  | ||||||
| 			self._dcon_manager.decrease_brightness() | 			self._dcon_manager.decrease_brightness() | ||||||
| 		elif key == 'F11': | 		elif key == 'F6': | ||||||
| 			self._dcon_manager.increase_brightness() | 			self._dcon_manager.increase_brightness() | ||||||
|  | 		elif key == 'F7': | ||||||
|  | 			self._dcon_manager.set_mode(DCONManager.COLOR_MODE) | ||||||
|  | 		elif key == 'F8': | ||||||
|  | 			self._dcon_manager.set_mode(DCONManager.BLACK_AND_WHITE_MODE) | ||||||
|  | 		elif key == 'F9': | ||||||
|  | 			self._frame.notify_key_press() | ||||||
|  | 		elif key == 'F10': | ||||||
|  | 			self.toggle_chat_visibility() | ||||||
|  | 		elif key == 'F11': | ||||||
|  | 			gobject.idle_add(self._open_terminal_cb) | ||||||
| 
 | 
 | ||||||
| 	def __global_key_released_cb(self, grabber, key): | 	def __global_key_released_cb(self, grabber, key): | ||||||
| 		if key == 'F5': | 		if key == 'F5': | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Dan Williams
						Dan Williams