-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d21886
commit 38f83e8
Showing
3 changed files
with
51 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,7 +206,7 @@ cldocs=https://capslox.com/capslock-plus/en.html | |
;----------------------------------------------------------------; | ||
; ## The hotstring settings of TabScript | ||
|
||
; - Capslock + Tab will replace the string matching a key name on the left of the cursor with the corresponding value, | ||
; - Capslock + Tab will replace the string matching a key name on the left of the cursor with the corresponding value, | ||
; for example: | ||
; There is "@[email protected]" here, then you can type "@" anywhere, and press "Capslock+Tab", the "@" will be | ||
; replaced with "[email protected]" | ||
|
@@ -323,7 +323,7 @@ lang_settingsDemoFileContent_2= | |
; Capslock + LALt + F1~F12 | ||
; Capslock + LALt + 0~9 | ||
; Capslock + LALt + a~z | ||
; Capslock + LALt + `-=[]\;',./ | ||
; Capslock + LALt + `-=[]\;',./ | ||
; Capslock + LALt + Backspace, Tab, Enter, Space, RAlt | ||
; Capslock + Win + 0~9 | ||
|
||
|
@@ -698,6 +698,23 @@ caps_win_0=keyFunc_winbind_binding(10) | |
|
||
;----------------Other Functions---------------- | ||
|
||
; wrap the selected text with specified characters, or input specified characters | ||
; examples: | ||
; | ||
; "..." | ||
; caps_quote=keyFunc_doubleChar(""") | ||
; | ||
; (...) | ||
; caps_9=keyFunc_doubleChar((,)) | ||
; | ||
; {...} | ||
; caps_leftSquareBracket=keyFunc_doubleChar({,}) | ||
; | ||
; [...] | ||
; caps_rightSquareBracket=keyFunc_doubleChar([,]) | ||
; | ||
keyFunc_doubleChar | ||
|
||
; Previous media | ||
keyFunc_mediaPrev | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters