mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-29 13:07:40 +00:00 
			
		
		
		
	reverted numlock on MAC
This commit is contained in:
		| @@ -525,7 +525,7 @@ EX void handleKeyNormal(int sym, int uni) { | ||||
|  | ||||
|   if(!(uni >= 'A' && uni <= 'Z') && DEFAULTCONTROL && !game_keys_scroll) { | ||||
|     for(int i=0; i<8; i++) | ||||
|       if(among(sym, keys_vi[i], keys_wasd[i], (uni >= '0' && uni <= '9') ? -1 : keys_numpad[i])) | ||||
|       if(among(sym, keys_vi[i], keys_wasd[i], (uni >= '0' && uni <= '9' && !ISMAC) ? -1 : keys_numpad[i])) | ||||
|         movepckeydir(i); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue