From b420e9b6dc198819de983c3fc129b2f8276935df Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 2 Jan 2023 21:56:24 -0800 Subject: [PATCH] fix: fixed tab being too touchy --- rsrcs/keyboard.kbd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsrcs/keyboard.kbd b/rsrcs/keyboard.kbd index 458a690..fa19b13 100644 --- a/rsrcs/keyboard.kbd +++ b/rsrcs/keyboard.kbd @@ -13,7 +13,7 @@ (defalias cc (tap-next esc lmet) ;; tap for escape, combine with another key for meta - tbsmod (tap-hold 100 tab (around-next (layer-toggle tableader))) ;; tap tab and it sends tab, hold tab and it switches layers while the button is pressed + tbsmod (tap-hold 150 tab (around-next (layer-toggle tableader))) ;; tap tab and it sends tab, hold tab and it switches layers while the button is pressed ;;tmnl ret;; do nothing because terminals require environmental variables sad (cmd-button "wezterm") ;; run the terminal tpd (around lsft f13) ;; toggle touchpad