quikey icon indicating copy to clipboard operation
quikey copied to clipboard

A keyboard macro tool.

Results 14 quikey issues
Sort by recently updated
recently updated
newest added

In the beginning, I had specific use cases in mind (repeatedly used phrases for support engineer type roles) for Quikey but quickly learned there are users with different ideas in...

Just started using quikey, and first of all it does what I wanted, that's good. However, it does not work in chromium. It seems that the wrong language settings are...

The following adds fine but expansion fails . ``` qk add -n ':cat' -p 🐱 ```

It'd be great to distribute Quikey as an Ubuntu/Debian package. Either through a PPA or official repo.

help wanted
good first issue

Python is not my favourite, but something like this: ``` qka () { echo -n "Enter Shortcut: " read scut echo -n "Enter Phrase : " read phrase cmd="qk add...

Need to be able to update a phrase's key.

enhancement

Large phrases are sometimes very slow to enter, especially depending on the application you are entering a phrase into. I think there needs to be a feature where phrase are...

enhancement

Right now, quikey only functions on Linux. There's only a few items that would prevent this working on Windows (XDG directories/autostart, daemon module, etc)

Quikey is built on Python Click which supports shell completion: ```shell $ eval "$(_QK_COMPLETE=source_bash qk)" $ qk st start status stop ``` Quikey should make this clear to setup. Consider...

enhancement