[Bug 97466] Re: Backslash key is dead on text console with Japanese keyboard

2007-04-04 Thread Tollef Fog Heen
Milestone; assign to Colin.

** Changed in: console-setup (Ubuntu)
 Assignee: (unassigned) = Colin Watson
   Target: None = ubuntu-7.04

-- 
Backslash key is dead on text console with Japanese keyboard
https://bugs.launchpad.net/bugs/97466
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 97466] Re: Backslash key is dead on text console with Japanese keyboard

2007-04-04 Thread Colin Watson
console-setup (1.13ubuntu12) feisty; urgency=low

  * Map keycode 133 to AT scancode 124 for Japanese (thanks, Jun Kobayashi;
LP: #97466).

 -- Colin Watson [EMAIL PROTECTED]  Wed,  4 Apr 2007 16:48:15 +0100

** Changed in: console-setup (Ubuntu)
   Status: Unconfirmed = Fix Released

-- 
Backslash key is dead on text console with Japanese keyboard
https://bugs.launchpad.net/bugs/97466
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 97466] Re: Backslash key is dead on text console with Japanese keyboard

2007-03-28 Thread Jun Kobayashi
Cause of this problem is that keycode 124 is not included in /etc
/console-setup/boottime.gz.

Fix Instruction:
1. Run the following command.

  ~$ sudo nano /usr/bin/ckbcomp

2. Find and edit the following line.

  133 = -1,  # Japanese

to

  133 = 124, # Japanese

3. Restart console-setup

  ~$ sudo /etc/init.d/console-setup restart


I'm attaching a diff patch for ckbcomp.


** Attachment added: Japanese Keyboad fix for ckbcomp
   http://librarian.launchpad.net/7036251/jp_key_patch_for_ckbcomp

-- 
Backslash key is dead on text console with Japanese keyboard
https://launchpad.net/bugs/97466

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs