From cc2cc92ff962664456b92303b86629eca0ea0980 Mon Sep 17 00:00:00 2001 From: Nehemiah Date: Tue, 17 Oct 2023 15:29:57 -0400 Subject: [PATCH] Try again --- duoqin/files/mtk-kpd.kcm | 9 ++++++++- duoqin/files/odm_gpio-keys.kl | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/duoqin/files/mtk-kpd.kcm b/duoqin/files/mtk-kpd.kcm index 66b0595..935b631 100644 --- a/duoqin/files/mtk-kpd.kcm +++ b/duoqin/files/mtk-kpd.kcm @@ -3,6 +3,13 @@ type FULL key DPAD_UP { label: 'A' base: 'a' - shift, capslock, fn: 'A' + shift, capslock: 'A' ctrl, alt, meta: 'B' +} + +key DPAD_DOWN { + label: 'B' + base: DPAD_DOWN + shift, capslock: VOLUME_DOWN + ctrl, alt, meta: MUTE } \ No newline at end of file diff --git a/duoqin/files/odm_gpio-keys.kl b/duoqin/files/odm_gpio-keys.kl index 03b1c97..dc7fdb9 100644 --- a/duoqin/files/odm_gpio-keys.kl +++ b/duoqin/files/odm_gpio-keys.kl @@ -1 +1 @@ -key 139 FUNCTION \ No newline at end of file +key 139 SHIFT_LEFT \ No newline at end of file