forked from talonhub/community
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configurable number prefix without mouse grid (talonhub#1342)
- Attempt to implement optional numb prefix - The tags need to be logically combined - Respond to suggestion that the mouse grid should not be considered --------- Co-authored-by: fidgetingbits <[email protected]> Co-authored-by: FidgetingBits <[email protected]> Co-authored-by: Pokey Rule <[email protected]>
- Loading branch information
1 parent
520b106
commit 54ce69d
Showing
6 changed files
with
20 additions
and
4 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
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
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 |
---|---|---|
@@ -1,3 +1 @@ | ||
not tag: user.mouse_grid_showing | ||
- | ||
<user.number_string>: "{number_string}" | ||
numb <user.number_string>: "{number_string}" |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
not tag: user.prefixed_numbers | ||
- | ||
<user.number_string>: | ||
insert("{number_string}") | ||
user.deprecate_command("2024-01-27", "<number>", "numb <number>") |
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