Disable KDL enter key in usb_hid. It's not usable yet and hitting it by accident without a way back kinda sucks...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29000 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -345,7 +345,7 @@ KeyboardDevice::_InterpretBuffer()
|
||||
key = KEY_Break;
|
||||
else if (key == 0xe && (current[0] & 1))
|
||||
key = KEY_SysRq;
|
||||
#if HAIKU_TARGET_PLATFORM_HAIKU
|
||||
#if 0
|
||||
else if (keyDown && key == 0x0d) // ToDo: remove again
|
||||
panic("keyboard requested halt.\n");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user