loadkeys

Project:JNode Core
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

The bug can be reproduced this way:

> loadkeys US
ERROR [KeyboardInterpreterFactory]: Keyboard interpreter for US not found.
Not found
Done.
> loadkeys DK
Done.
> loadkeys
Exception in command
java.lang.NullPointerException: NPE at address 001E25AF
at java.lang.String.toUpperCase(String.java:2682)
at org.jnode.driver.input.KeyboardInterpreterFactory.getKeyboardInterpreter(KeyboardInterpreterFactory.java:114)
at org.jnode.shell.command.LoadkeysCommand.execute(LoadkeysCommand.java:104)

....

Thanks!

Bug fixed

Best regards
Jacob Kofod

#1

Status:active» closed

Hi

I've uploaded a patch for this bug.

Best regards
Andrei Dore

#2

Committed.

#3