mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-1170: Add widths of wide keys. Add proper titles for arrow keys.
This commit is contained in:
		| @@ -11,10 +11,6 @@ | |||||||
|         "Enter" : 65293, |         "Enter" : 65293, | ||||||
|         "Esc"   : 65307, |         "Esc"   : 65307, | ||||||
|         "Home"  : 65360, |         "Home"  : 65360, | ||||||
|         "Left"  : 65361, |  | ||||||
|         "Up"    : 65362, |  | ||||||
|         "Right" : 65363, |  | ||||||
|         "Down"  : 65364, |  | ||||||
|         "PgUp"  : 65365, |         "PgUp"  : 65365, | ||||||
|         "PgDn"  : 65366, |         "PgDn"  : 65366, | ||||||
|         "End"   : 65367, |         "End"   : 65367, | ||||||
| @@ -35,6 +31,23 @@ | |||||||
|  |  | ||||||
|         "Space" : " ", |         "Space" : " ", | ||||||
|  |  | ||||||
|  |         "Left" : [{ | ||||||
|  |             "title"  : "←", | ||||||
|  |             "keysym" : 65361 | ||||||
|  |         }], | ||||||
|  |         "Up" : [{ | ||||||
|  |             "title"  : "↑", | ||||||
|  |             "keysym" : 65362 | ||||||
|  |         }], | ||||||
|  |         "Right" : [{ | ||||||
|  |             "title"  : "→", | ||||||
|  |             "keysym" : 65363 | ||||||
|  |         }], | ||||||
|  |         "Down" : [{ | ||||||
|  |             "title"  : "↓", | ||||||
|  |             "keysym" : 65364 | ||||||
|  |         }], | ||||||
|  |  | ||||||
|         "Menu" : [{ |         "Menu" : [{ | ||||||
|             "title"    : "Menu", |             "title"    : "Menu", | ||||||
|             "modifier" : "super", |             "modifier" : "super", | ||||||
| @@ -356,6 +369,33 @@ | |||||||
|             ] |             ] | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  |     }, | ||||||
|  |  | ||||||
|  |     "keyWidth" : { | ||||||
|  |  | ||||||
|  |         "Back"   : 2, | ||||||
|  |         "Tab"    : 1.5, | ||||||
|  |         "\\"     : 1.5, | ||||||
|  |         "Caps"   : 1.85, | ||||||
|  |         "Enter"  : 2.25, | ||||||
|  |         "LShift" : 2.1, | ||||||
|  |         "RShift" : 3.1, | ||||||
|  |  | ||||||
|  |         "LCtrl" : 1.6, | ||||||
|  |         "Super" : 1.6, | ||||||
|  |         "LAlt"  : 1.6, | ||||||
|  |         "Space" : 6.1, | ||||||
|  |         "RAlt"  : 1.6, | ||||||
|  |         "Menu"  : 1.6, | ||||||
|  |         "RCtrl" : 1.6, | ||||||
|  |  | ||||||
|  |         "Ins"  : 1.75, | ||||||
|  |         "Home" : 1.75, | ||||||
|  |         "PgUp" : 1.75, | ||||||
|  |         "Del"  : 1.75, | ||||||
|  |         "End"  : 1.75, | ||||||
|  |         "PgDn" : 1.75 | ||||||
|  |  | ||||||
|     } |     } | ||||||
|  |  | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user