1

I want to quick paste some different strings using hotkeys. For example if I press Alt+L in any input form it works like if I pasted loremipsum. Or it may be some abbreviation, for example I enter li, press Tab and get loremipsum.

I'm using Linux Mint with KDE desktop.

In Windows I could do it using AutoHotkey

Pavel
  • 349

1 Answers1

1

Install xbindkeys and xvkbd

echo '"xvkbd -text loremipsum"
alt + l' >> ~/.xbindkeysrc
Ipor Sircer
  • 4,194