Difference between revisions of "Lua:convertKeyComboToString"
								
								Jump to navigation
				Jump to search
				
			
		
 					
								
							
		 (Created page with "<pre> print(convertKeyComboToString(17, 65)) -- Ctrl+A print(convertKeyComboToString({17, 66}))  -- Ctrl+B </pre>")  | 
			
(No difference) 
 | 
Latest revision as of 09:29, 21 August 2020
print(convertKeyComboToString(17, 65)) -- Ctrl+A
print(convertKeyComboToString({17, 66}))  -- Ctrl+B