ConfigurationFiles.wiki
changeset 677 28c2e00ed2b0
parent 676 9b0d8d0ab5f9
child 758 ecdd12db8754
equal deleted inserted replaced
676:9b0d8d0ab5f9 677:28c2e00ed2b0
   135 ==== Keyboard ====
   135 ==== Keyboard ====
   136 Keyboard names are based on the [https://wiki.libsdl.org/SDL_Scancode SDL scancode].
   136 Keyboard names are based on the [https://wiki.libsdl.org/SDL_Scancode SDL scancode].
   137 
   137 
   138 The key name is constructed as follows:
   138 The key name is constructed as follows:
   139 
   139 
   140 * Take the name from the “Key Name” column of the aforementioned webpage
   140  * Take the name from the “Key Name” column of the aforementioned webpage
   141 * Convert it to lower-case
   141  * Convert it to lower-case
   142 * Replace spaces with underscores
   142  * Replace spaces with underscores
   143 
   143 
   144 Examples:
   144 Examples:
   145 
   145 
   146 || *Code* || Description ||
   146 || *Code* || Description ||
   147 || `a` || A ||
   147 || `a` || A ||