From 399d96a0dd3b423ba7728bb462b65f5d1d2fa449 Mon Sep 17 00:00:00 2001 From: Maximilian Engl <43675074+englmaxi@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:35:40 +0100 Subject: [PATCH] Update config.yaml --- keymap-drawer/config.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/keymap-drawer/config.yaml b/keymap-drawer/config.yaml index e9c3649..1bcfa5b 100644 --- a/keymap-drawer/config.yaml +++ b/keymap-drawer/config.yaml @@ -18,11 +18,7 @@ draw_config: legend_rel_y: 0.0 svg_extra_style: | - .combo.tap { - font-size: 13px; - } .combo.shifted { - font-size: 10px; translate: -9px -2px; } .shifted.mdi\:usb { @@ -31,6 +27,9 @@ draw_config: .hold.mdi\:bluetooth { translate: 12px -18px; } + .hold.mdi\:cursor { + translate: 12px -18px; + } shrink_wide_legends: 5 glyph_tap_size: 14 glyph_hold_size: 12 @@ -106,9 +105,9 @@ parse_config: '&mkp LCLK': '$$mdi:cursor-default-click$$' '&mkp RCLK': '$$mdi:cursor-default-click-outline$$' - '&mkp MB3': {s: '3' , t: '$$mdi:cursor-default-click$$'} - '&mkp MB4': {s: '4' , t: '$$mdi:cursor-default-click$$'} - '&mkp MB5': {s: '5' , t: '$$mdi:cursor-default-click$$'} + '&mkp MB3': {t: '3' , h: '$$mdi:cursor-default-click$$'} + '&mkp MB4': {t: '4' , h: '$$mdi:cursor-default-click$$'} + '&mkp MB5': {t: '5' , h: '$$mdi:cursor-default-click$$'} sticky_label: $$mdi:gesture-tap-hold$$ trans_legend: @@ -245,7 +244,7 @@ parse_config: PG_UP: Page Up PG_DN: Page Down - LC(DE_PLUS): $$mdi:magnify-plus-outline$ + LC(DE_PLUS): $$mdi:magnify-plus-outline$$ LC(DE_MINUS): $$mdi:magnify-minus-outline$$ LC(N0): $$mdi:magnify-remove-outline$$