-
Trying to use for a simple abbreviation. I'm unable able to get multiple cases in the output using Shift{X} or CapsLock X CapsLock Y. The below will not work as expected and often end up as: thanks, instead of Thanks,
Any thoughts? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
Hi Rich, Now I am thinking about supporting strings as output sequences, like: Cheers! |
Beta Was this translation helpful? Give feedback.
-
Most things are working. I have a pretty easy setup as follows:
[system="Linux"]
Shift >> Shift
Control >> Control
AltLeft >> AltLeft
# Date shortcuts
D T T >> $(date +%m/%d/%Y -d "+1 days") ^
D T Y >> $(date +%m/%d/%Y -d "-1 days") ^
D T W >> $(date +%m/%d/%Y -d "+7 days") ^
D T >> $(date +%m/%d/%Y) ^
# Signatures
Shift{T} H >> Shift{T} H A N K S Comma Enter Minus Shift{R} I C H
#Shift{T} H >> CapsLock T CapsLock H A N K S Comma Enter Minus
CapsLock R CapsLock I C H
But for signatures the above with output two different variants depending
on what the caps lock state is:
thanks,
-rich
or
THANKS,
-RICH
I'm unable (so far) to achieve:
Thanks,
-Rich
|
Beta Was this translation helpful? Give feedback.
-
Interesting, aren't these mappings interfering with your normal typing? |
Beta Was this translation helpful? Give feedback.
-
Yes, all the date ones seem to work just fine! I've used these for a long
time and generally the combinations are safe for me!
The "Th" can be an issue on occasion.
I used to use these in AutoKey but recently started to use Wayland.
Rich
…On Sun, Oct 22, 2023, 12:41 PM Albert Kalchmair ***@***.***> wrote:
Interesting, aren't these mappings interfering with your normal typing?
Can you see or insert the output of $(date +%m/%d/%Y -d "+1 days")
somehow?
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANXJD6QFK4UMGTQMDLHAHBTYAVECHAVCNFSM6AAAAAA6JO7GSKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGNJSGAYTK>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I am curious, where can you see the output of the date command? In some terminal window? |
Beta Was this translation helpful? Give feedback.
-
See attached. Left shows "Th" and "tH" in gedit but right shows where the
dates go (to the terminal) that spawned keymmaper even when I type "dt" in
gedit.
It sounds like I'm in a unintended use category here so maybe not worth
pursuing!
…-Rich
On Sun, Oct 22, 2023 at 1:21 PM Albert Kalchmair ***@***.***> wrote:
I am curious, where can you see the output of the date command? In some
terminal window?
Never implemented that feature. :)
—
Reply to this email directly, view it on GitHub
<#77 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANXJD6RQYOTSUAC74MHQH5TYAVIYVAVCNFSM6AAAAAA6JO7GSKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGNJSGIZDG>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
With
keymapperctl --type
in 4.4.0 one could insert dates like:and concerning the mixed up case, you may want to retry it with the string typing feature: