adgad / kboard

Android keyboard for fast responses
GNU General Public License v3.0
155 stars 24 forks source link

Feature request: New Commands: es, "Expand Shortcut", and as, " Add Shortcut". #32

Open dscotese opened 1 year ago

dscotese commented 1 year ago

/as [keys] [Whatever text you want] This would add a line to a file for shortcuts that identifies "keys" as a shortcut for "Whatever text you want". It would do this instead of adding /as... as a new command. /es This would be the first command in my list. It would DW iff the last word is in the shortcut file as a key and insert in its place the "Whatever text you want", and then qq. If the last word isn't in there, it would do nothing.

I will take a look later and maybe add it myself if I'm capable.