Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
wesrupert committed Jul 15, 2024
1 parent 9f84bd5 commit da98b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/layers.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#SingleInstance Ignore
current_layer := "layer_normal"

CapsLock::
$CapsLock::
; Start layer and wait for tapping term.
global current_layer
current_layer := "layer_function"
Expand All @@ -19,7 +19,7 @@ CapsLock::
}
return

Enter::
$Enter::
; Start layer and wait for tapping term.
global current_layer
current_layer := "layer_symbols"
Expand Down

0 comments on commit da98b0c

Please sign in to comment.