From 993d8a6da392a08b820248a1c9b5d39cf20da972 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 10 Nov 2022 00:58:20 +0200 Subject: [PATCH] chore: remove inputs from example file --- internal/pkg/assets/.betterglobekey.example.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/internal/pkg/assets/.betterglobekey.example.yaml b/internal/pkg/assets/.betterglobekey.example.yaml index 14a6454..34bc6d3 100644 --- a/internal/pkg/assets/.betterglobekey.example.yaml +++ b/internal/pkg/assets/.betterglobekey.example.yaml @@ -7,11 +7,8 @@ double_press: input_sources: # Primary input sources # This is used when the Globe key has been pressed once - primary: - - com.apple.keylayout.US - - com.apple.keylayout.Russian + primary: [] # Additional input sources # This is used when the Globe key has been double pressed - additional: - - com.apple.keylayout.Finnish + additional: []