10 lines
415 B
Plaintext
10 lines
415 B
Plaintext
|
# date/time related macros
|
||
|
bind = SUPER CTRL, D, exec, $today | $copy && $paste
|
||
|
bind = SUPER CTRL, N, exec, $now | $copy && $paste
|
||
|
bind = SUPER CTRL, Y, exec, $yesterday | $copy && $paste
|
||
|
bind = SUPER CTRL, T, exec, $tomorrow | $copy && $paste
|
||
|
|
||
|
# password related macros
|
||
|
bind = SUPER CTRL, 1, exec, $bw | $copy && $paste && $newline && $clear
|
||
|
bind = SUPER CTRL, 2, exec, $op | $copy && $paste && $newline && $clear
|