mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 01:02:45 +00:00 
			
		
		
		
	|  60a96b3786 Instead of using a scan code, which for scan code set 2 will not represent the expected character mapping index, we could just use another variable in the KeyEvent structure that correctly points to the character index. This change is mostly relevant to the KeyboardMapper application, and also to the WindowServer code, as both handle KeyEvents and need to use the character mapping index in various situations. | ||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| KeyboardMapperWidget.cpp | ||
| KeyboardMapperWidget.h | ||
| KeyButton.cpp | ||
| KeyButton.h | ||
| KeyPositions.h | ||
| main.cpp | ||