This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
base:modify_keyboard_decoding [2022-05-01 20:16] wil |
base:modify_keyboard_decoding [2022-05-01 20:17] (current) wil |
||
---|---|---|---|
Line 7: | Line 7: | ||
For example, to switch Y and Z to emulate the common layout on German keyboards, a minimally invasive approach would be: | For example, to switch Y and Z to emulate the common layout on German keyboards, a minimally invasive approach would be: | ||
- | 1. Select some piece of RAM where you want to out your new decoding table. For the following steps, I have chosen the unused | + | 1. Select some piece of RAM where you want to out your new decoding table. For the following steps, I have chosen the area of $2a7-$2ff, which is unused by the Kernal and on of the lesser-used addresses of typical programs |
2. Copy the decoding table from the Kernal into that area: | 2. Copy the decoding table from the Kernal into that area: |