[kbd] [PATCH] Fix slash and question mark for br-abnt2.map

Thiago Perrotta perrotta.thiago at poli.ufrj.br
Wed Feb 25 06:56:46 MSK 2015


---
 data/keymaps/i386/qwerty/br-abnt2.map | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/keymaps/i386/qwerty/br-abnt2.map b/data/keymaps/i386/qwerty/br-abnt2.map
index 4786773..f7569b3 100644
--- a/data/keymaps/i386/qwerty/br-abnt2.map
+++ b/data/keymaps/i386/qwerty/br-abnt2.map
@@ -12,6 +12,8 @@
 alt_is_meta
 keymaps 0-2,4-6,8,12
 include "qwerty-layout"
+	altgr   keycode  16 = slash
+	altgr   keycode  17 = question
 	altgr   keycode  19 = registered
 	altgr  	keycode  50 = mu               
 include "linux-with-alt-and-altgr"
-- 
2.3.0

Hi,

This patch fixes an issue that has been around for a while [1].

Summing up, the `br-abnt2.map` is missing two important keymaps:

- AltGr + Q, which should introduce a '/' (slash)
- AltGr + W, which should introduce a '?' (question mark)

Those are needed in laptop keyboards which don't have dedicated keys for those symbols 

[1]: https://bugs.archlinux.org/task/39002


More information about the kbd mailing list