Page 1 of 1
					
				Control hints
				Posted: Sun Feb 04, 2024 5:44 pm
				by SupplyDepoo
				Is there a way to add to the control hints GUI?
			
		
				
			
 
						- control-hints.png (470.59 KiB) Viewed 667 times
 
		
		
		
			 
Also, is there a way to read/reference the player's customized key sequence for a given key binding?
 
			 
			
					
				Re: Control hints
				Posted: Mon Feb 05, 2024 10:36 am
				by Bilka
				Is there a way to add to the control hints GUI?
No. You may want to make a 
modding interface request, I suspect that this may just be a matter of "nobody asked for it yet".
Also, is there a way to read/reference the player's customized key sequence for a given key binding?
Yes, using 
built in locale parameters in the locale. E.g. "__CONTROL__open-technology-gui__" will result in "T" for the default keybinding.
 
			 
			
					
				Re: Control hints
				Posted: Mon Feb 05, 2024 11:22 am
				by SupplyDepoo
				Cool, thanks!