tkna (TAKAHASHI Naoki)

Results 164 comments of tkna (TAKAHASHI Naoki)

I have been doing the following, but have reached our limits. - Calling another layer from a layer - Create a layer of layer + modifier key (like [layer1+shift]) Of...

If it is not a problem by design, I would suggest eliminating the upper limit and using the amount of memory as the upper limit. The flexibility of keyd's key...

My setup was too confusing to show to anyone but myself, so I reorganized it a bit and reduced the number of layers. However, I am almost at the upper...

Yes, before I organized my settings, I was commenting out or deleting things that were used infrequently and making do.

In the music production software called REAPER, you can assign 128 values * 16 channels = 2048 operations per MIDI controller to any action (like a command) using the Control...

By rewriting the symbolic link to `/etc/keyd/common`, I was able to set up a pseudo-setup of what I wanted to do! Glad I did. @rvaiya Thanks to the `command()` you...

Can you do it with the following? ``` [alt] a = macro(esc 100ms C-v) ```

Sorry if my guess is off. Are you saying that you want a mode that combines the current 1 and 2 operations below, which would be 3? 1. when the...

@ces42 Something like this might be an alternative for now. ``` [alt] a = macro(500ms C-v) ``` ```bash #!/bin/bash FILE=/tmp/file date > $FILE #X11 xclip < $FILE #Wayland #wl-copy <...