Common key combos #35
-
Hi, However, due to one of the latest updates (I think) something must have changed and my previous keyMap.txt common configuration does not work as expected anymore. I have set up macros for common copy paste (Ctrl+C/V) for my defaultconfig and they no longer work. I use e.g.:
Is this the right way to configure for this macro or not? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Edit : It is working on my end. You can also verify if you are using Wayland (sometimes ubuntu restarts on wayland for no reasons) which would mean using DOTOOL : https://git.sr.ht/~geb/dotool |
Beta Was this translation helpful? Give feedback.
-
Try this : We were messing around ahah ! A user might want one behavior and another user might want the other behavior so possibly have both but that's a messy feature, better to plan ahead the keys on the press, or on the release for right now. |
Beta Was this translation helpful? Give feedback.
Try this :
1 - keyClick=XF86Copy
The keys are :
XF86Copy
XF86Paste
XF86Cut
It seems some letters in KeyList.txt file are not uppercase as they should.
We were messing around ahah !
We should not mix on press events and on release events, to make the deamon fully versatile I will need to add key descriptors to be able to make on press and on release run with synchronicity as right now the on release might run before the on press ends.
A user might want one behavior and another user might want the other behavior so possibly have both but that's a messy feature, better to plan ahead the keys on the press, or on the release for right now.