From 1f3e6f681f905d3e00ea81e823c37315d127861f Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Tue, 15 Nov 2022 16:07:05 +0100 Subject: [PATCH] Fix dialer numeric pound key --- layout.mobintl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.mobintl.h b/layout.mobintl.h index 6d233a3..7067ec2 100644 --- a/layout.mobintl.h +++ b/layout.mobintl.h @@ -365,7 +365,7 @@ static struct key keys_dialer[] = { {"", "", 0.0, EndRow}, {"*", "*", 1.0, Code, KEY_KPASTERISK}, {"0", "0", 1.0, Code, KEY_0}, - {"#", "#", 1.0, Code, KEY_NUMERIC_POUND}, + {"#", "#", 1.0, Code, KEY_3, 0, Shift}, {"", "", 0.0, EndRow}, {"Abc", "Abc", 1.0, NextLayer, .scheme = 1}, {"Enter", "Enter", 2.0, Code, KEY_ENTER, .scheme = 1},