diff --git a/KernelShell/Shell.cpp b/KernelShell/Shell.cpp index 2e684bc..675142e 100644 --- a/KernelShell/Shell.cpp +++ b/KernelShell/Shell.cpp @@ -41,7 +41,7 @@ const char sc_ascii_low[] = {'?', '?', '1', '2', '3', '4', '5', '6', const char sc_ascii_high[] = {'?', '?', '!', '@', '#', '$', '%', '^', '&', '*', '(', ')', '_', '+', '?', '?', 'Q', 'W', 'E', 'R', 'T', 'Y', 'U', 'I', 'O', 'P', '{', '}', '?', '?', 'A', 'S', 'D', 'F', 'G', - 'H', 'J', 'K', 'L', ';', '\"', '~', '?', '|', 'Z', 'X', 'C', 'V', + 'H', 'J', 'K', 'L', ':', '\"', '~', '?', '|', 'Z', 'X', 'C', 'V', 'B', 'N', 'M', '<', '>', '?', '?', '?', '?', ' '}; static int LowerCase = true;