Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71870 - jp106.map of sys-apps/kbd-1.12-r2 does not recognize Ctrl-[ as Escape.
Summary: jp106.map of sys-apps/kbd-1.12-r2 does not recognize Ctrl-[ as Escape.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-20 11:06 UTC by OKUMURA N. Shin-ya
Modified: 2005-07-02 13:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ctrl-[ as Escape patch (jp106.map.diff,338 bytes, patch)
2005-07-02 12:50 UTC, OKUMURA N. Shin-ya
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description OKUMURA N. Shin-ya 2004-11-20 11:06:57 UTC
jp106.map is written as follows;
(snip)
| keycode  26 = at               grave
|         control keycode  26 = nul
| keycode  27 = bracketleft      braceleft
| keycode  28 = Return
|         alt     keycode  28 = Meta_Control_m
(snip)

I hope add the following line to jp106.map;
|          control keycode 27 = Escape


Reproducible: Always
Steps to Reproduce:
1.loadkeys jp106
2.od -c
3.press Ctrl-[, Ctrl-M and Ctrl-D ("[" in Japanese 106 keyboard is placed at "]"-position in US qwerty keyboard).

od does not says 033 (Esc).

Actual Results:  
0000000 \n
0000001

Expected Results:  
0000000 033  \n
0000002
Comment 1 SpanKY gentoo-dev 2005-07-02 10:43:30 UTC
can you provide a patch file against the files you wish to see changed rather
than just describing the changes ?
Comment 2 OKUMURA N. Shin-ya 2005-07-02 12:50:45 UTC
Created attachment 62499 [details, diff]
Ctrl-[ as Escape patch

All right.
I post a diff of /usr/share/keymaps/i386/qwerty/jp106.map.
Comment 3 SpanKY gentoo-dev 2005-07-02 13:55:50 UTC
thanks, now in 1.12-r5