From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00, DNS_FROM_AHBL_RHSBL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=XobdWc63TalZFLysOGw+pRIktGJ7fMNvNlnXHCObzdA=; b=j6/EGQjC7/fseZXnhz2U7s30D6M5ATz2m2+HrWcAIowGSmVP7WR9NPhSSaVevGJ8ZD I48060nTMurRJPb7KZQ5w/C35twvYgoGzHJYnSPkXreA1yGFxQVSG/9mTqRE67+C3Jez B2wgGtf8TCNDWRi2An8tE1IlkmVbmAi8VGjJK7d9KTJ1kMYpWPbhWYYJU4ux8vGplyfM 5ORtIg9/tXE7EoccjEO+vSdtD/xtUVaeO2/X6RBvr+GvnHt6k4FQUIC8aosbAzQd32MN dIn1+Wf9TZxGKgblo/ipoEqju/aVg527gL25HzTtd+vepNgYAPGd0RNfFgRh/P1R+K6O BFKQ== X-Gm-Message-State: ALoCoQk0vB/5I0csQFs+F38766ALVhh1ljb4IlnuulIXvRI84T2fLi4doHkxPJb3cBzmEHZKNb6q X-Received: by 10.140.51.107 with SMTP id t98mr2473930qga.63.1424836613027; Tue, 24 Feb 2015 19:56:53 -0800 (PST) From: Thiago Perrotta To: kbd@lists.altlinux.org Date: Wed, 25 Feb 2015 00:56:46 -0300 Message-Id: <1424836606-11454-1-git-send-email-perrotta.thiago@poli.ufrj.br> X-Mailer: git-send-email 2.3.0 Subject: [kbd] [PATCH] Fix slash and question mark for br-abnt2.map X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 03:56:56 -0000 Archived-At: List-Archive: --- 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