morrowind-keyboard-layout-c.../README.md

33 lines
941 B
Markdown
Raw Normal View History

2020-07-09 20:21:06 -07:00
# Morrowind-Keyboard-Layout-Changer
2020-07-09 21:35:21 -07:00
## What it does ##
2020-07-09 20:21:06 -07:00
MWSE Lua mod to allow non-Qwerty keyboard layouts in vanilla engine Morrowind.
2020-07-09 21:35:21 -07:00
**Currently supported:**
* Dvorak
* Colemak
* Workman (US and UK varieties)
## Known Issues ##
Layouts that use letters outside the standard and extended ASCII tables will remain unsupported, due to the way Morrowind translate key presses to text.
i.e. Turkish FGĞIOD, Latvian ĄŽERTY
2020-07-09 21:47:38 -07:00
### ! Warning ! Achtung ! Atención ! ###
2020-07-09 21:47:16 -07:00
Don't put erroneous data into keys.lua. This mod works by overwriting the data at the memory address that Morrowind reads output text from. Changing the length of the tables could overwrite things you don't want overwritten.
2020-07-09 21:35:21 -07:00
## Requirements ##
MWSE 2.1 nightly @ [github](https://github.com/MWSE/MWSE)
## Credits ##
2020-07-09 21:47:16 -07:00
2020-07-09 21:35:21 -07:00
* MWSE Team for MWSE with Lua support
* NullCascade for the initial code snippets I built this mod upon
## License ##
MIT License. See LICENSE file.