summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/cmd/vmx/vga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/vmx/vga.c b/sys/src/cmd/vmx/vga.c
index fd88b57f7..2a47ac2fb 100644
--- a/sys/src/cmd/vmx/vga.c
+++ b/sys/src/cmd/vmx/vga.c
@@ -760,7 +760,7 @@ vgainit(void)
sysfatal("failed to initialize graphics: %r");
screeninit(1);
flushimage(display, 1);
- kbdlayout("/sys/lib/kbmap/us");
+ kbdlayout("/dev/kbmap");
mc = initmouse(nil, screen);
kbdch = chancreate(sizeof(ulong), 128);
mousech = chancreate(sizeof(Mouse), 32);