From ec9fe4d6b7b81e8f49b12a8cd7fb4183808fdcef Mon Sep 17 00:00:00 2001 From: Nehemiah Date: Sun, 29 Oct 2023 10:53:25 -0400 Subject: [PATCH] Added numbers again --- duoqin/files/mtk-kpd.kcm | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/duoqin/files/mtk-kpd.kcm b/duoqin/files/mtk-kpd.kcm index 96e70e0..572c029 100644 --- a/duoqin/files/mtk-kpd.kcm +++ b/duoqin/files/mtk-kpd.kcm @@ -38,6 +38,53 @@ key BUTTON_4 { } key 0 { + label: '0' + base: '0' alt: '\n' ctrl: '\t' +} + +key 1 { + label: '1' + base: '1' +} + +key 2 { + label: '2' + base: '2' +} + +key 3 { + label: '3' + base: '3' +} + +key 4 { + label: '4' + base: '4' +} + +key 5 { + label: '5' + base: '5' +} + +key 6 { + label: '6' + base: '6' +} + +key 7 { + label: '7' + base: '7' +} + +key 8 { + label: '8' + base: '8' +} + +key 9 { + label: '9' + base: '9' } \ No newline at end of file