From 4dc48f003f46eb287a7f13bf85b7867f349d6a85 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Thu, 8 Jun 2023 17:57:30 +0300 Subject: [PATCH] comma fixed --- private_dot_config/karabiner.edn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/private_dot_config/karabiner.edn b/private_dot_config/karabiner.edn index 5498156..918acb6 100644 --- a/private_dot_config/karabiner.edn +++ b/private_dot_config/karabiner.edn @@ -30,7 +30,7 @@ {:des "Alternative language switches: Lcmd->English, Rcmd->Russian, Rshift-> Russian" :rules [[:left_command :left_command nil {:alone {:input :en}}] - [:right_command :right_command nil {:alone {:input :ru}}] + [:right_command :right_command :adv2 {:alone {:input :ru}}] [:right_shift :right_shift nil {:alone {:input :ru}}]]} {:des "Tab as Hyper(⌘+⌥+^+⇧)" @@ -46,12 +46,12 @@ [:spacebar [:open "/Users/anton/Applications/Brave Browser Apps.localized/GPT.app"]] ]} - {:des "Ropt,Rcommand->Comma" + {:des "Ropt->Comma" :rules [[:##right_option :right_shift :ru {:alone :!R6}] [:##right_option :right_shift :en {:alone :comma}]]} {:des "Rcommand -> comma, but not on advantage" - :rules [:!adv2 [:##right_command :right_command :ru {:alone :!R6}]]}] + :rules [[:##right_command :right_command [:ru :!adv2] {:alone :!R6}]]}] }