Commit e4b0a4f2 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] add extra pad/app mappings for ARM/PC98 keyboars

parent b88e1d3f
......@@ -681,8 +681,8 @@ static void k_cur(struct vc_data *vc, unsigned char value, char up_flag)
static void k_pad(struct vc_data *vc, unsigned char value, char up_flag)
{
static const char *pad_chars = "0123456789+-*/\015,.?()";
static const char *app_map = "pqrstuvwxylSRQMnnmPQ";
static const char *pad_chars = "0123456789+-*/\015,.?()#";
static const char *app_map = "pqrstuvwxylSRQMnnmPQS";
if (up_flag)
return; /* no action, if this is a key release */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment