mntmn / interim

The Interim Operating System
1.24k stars 56 forks source link

Missing proper support for configurable keymaps #7

Open mntmn opened 8 years ago

mntmn commented 8 years ago

Quoting an email I got today:

When sledge is run via the example "./sledge < tests/boot2.l", the keyboard alignment appears to be off for the US layout. The exact discontinuity is that the parentheses keys appear to be misaligned in that ')' yields '=' and '(' yields ')', is this documented somewhere or easily configurable?

mntmn commented 8 years ago

I guess I will change the /keyboard fs so that it will have to return standardized scancodes and qualifiers that are then convertable to to input strings via a keymap function.