NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

misc/50147: keymap pckbd.br.abnt2 have missing keys



>Number:         50147
>Category:       misc
>Synopsis:       keymap pckbd.br.abnt2 have missing keys
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    misc-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 13 01:45:00 +0000 2015
>Originator:     Vicente Chaves
>Release:        netbsd-7
>Organization:
>Environment:
NetBSD netbsd7.vbox.lab 7.99.19 NetBSD 7.99.19 (GENERIC) #1: Sat Jul 11 16:21:29 UTC 2015  vchaves%netbsd7.vbox.lab@localhost:/home/vchaves/current/obj/sys/arch/amd64/compile/GENERIC amd64
>Description:
The key combinations with AltGr is not working because the Alt Right not mapped as Mode_switch
Besides lack of mapping keys on the keypad
>How-To-Repeat:
Add the line "mapfile /usr/share/wscons/keymaps/pckbd.br.abnt2" to the file /etc/wscons.conf
Restart the wscons with /etc/rc.d/wscons restart
Try using key combinations with AltGr
>Fix:
netbsd7$ cvs diff -u share/wscons/keymaps/pckbd.br.abnt2
Index: share/wscons/keymaps/pckbd.br.abnt2
===================================================================
RCS file: /cvsroot/src/share/wscons/keymaps/pckbd.br.abnt2,v
retrieving revision 1.1
diff -u -r1.1 pckbd.br.abnt2
--- share/wscons/keymaps/pckbd.br.abnt2 18 Mar 2005 17:40:02 -0000      1.1
+++ share/wscons/keymaps/pckbd.br.abnt2 13 Aug 2015 00:47:58 -0000
@@ -2,14 +2,16 @@
 #
 # Brazilian keymap for abnt2 by Felipe Bichued

-keycode 1 = Escape
 keycode 2 = 1 exclam onesuperior
 keycode 3 = 2 at twosuperior
 keycode 4 = 3 numbersign threesuperior
-keycode 5 = 4 dollar sterling sterling
-keycode 6 = 5 percent cent cent
-keycode 7 = 6 dead_diaeresis
+keycode 5 = 4 dollar sterling
+keycode 6 = 5 percent cent
+keycode 7 = 6 dead_diaeresis notsign
 keycode 13 = equal plus section
+keycode 16 = q Q slash
+keycode 17 = w W question
+keycode 18 = e E degree
 keycode 26 = dead_acute dead_grave
 keycode 27 = bracketleft braceleft ordfeminine
 keycode 39 = ccedilla Ccedilla
@@ -17,9 +19,8 @@
 keycode 41 = apostrophe quotedbl
 keycode 43 = bracketright braceright masculine
 keycode 53 = semicolon colon
-keycode 73 = KP_Prior KP_9
-keycode 81 = KP_Next KP_3
+keycode 83 = KP_Delete KP_Separator
 keycode 86 = backslash bar
 keycode 115 = slash question degree
-keycode 201 = Prior
-keycode 209 = Next
+keycode 126 = KP_Decimal
+keycode 184 = Mode_switch Multi_key



Home | Main Index | Thread Index | Old Index