add scancode set 81h and 82h (incompleted)
need to modify the keyboard initialization
This commit is contained in:
@@ -1094,8 +1094,8 @@ pc_init_modules(void)
|
||||
void
|
||||
pc_send_ca(uint16_t sc)
|
||||
{
|
||||
if (keyboard_mode == 0x8A) {
|
||||
/* Use R-Alt because PS/55 DOS assigns L-Alt Kanji */
|
||||
if (keyboard_mode >= 0x81) {
|
||||
/* Use R-Alt because PS/55 DOS and OS/2 assign L-Alt Kanji */
|
||||
keyboard_input(1, 0x1D); /* Ctrl key pressed */
|
||||
keyboard_input(1, 0x138); /* R-Alt key pressed */
|
||||
keyboard_input(1, sc);
|
||||
|
||||
Reference in New Issue
Block a user