fixed missing ) and removed 'tim' for the 'tim' being
This commit is contained in:
parent
8f7e7f7127
commit
72f16925c1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
cesc (tap-next esc lctl)
|
||||
f12 (tap-next @snum @num)
|
||||
dat (tap-macro (cmd-button "date |xclip") C-V)
|
||||
tim (tap-macro (cmd-button "date '+%Y-%m-%d %H:%M:%S'|xclip") C-V)
|
||||
tim (tap-macro (cmd-button "date \"+%Y-%m-%d %H:%M:%S\"|xclip") C-V)
|
||||
)
|
||||
|
||||
(deflayer standard_layer
|
||||
|
|
Loading…
Reference in a new issue