vmx: add Kmod4

This commit is contained in:
Sigrid 2020-10-09 16:47:34 +02:00
parent 53234798c0
commit 4a75ad5ec8

View file

@ -300,6 +300,8 @@ kbdlayout(char *fn)
defkey(Kpgdown, 0x151);
defkey(Kins, 0x152);
defkey(Kdel, 0x153);
defkey(Kmod4, 0x15b);
defkey(Kmod4, 0x15c);
defkey(Kup, 0x179);
bp = Bopen(fn, OREAD);