Tagged Questions
2
votes
1answer
317 views
Keyboard Shortcut To Send Text Strings To Program
How can I configure a shortcut key to send a text string to the current program?
The purpose is to type common entries quicker (email address, street address, phone number, username, favorite quote, ...
4
votes
3answers
116 views
Making shortcuts cross desktop environment, possible?
I'm a big fan of keyboards, so a lot of thing a done by combination of keys, like open a file browser, web browser etc.
Is there some daemon that can monitor my key presses, and launch some program ...
10
votes
4answers
251 views
Is there a vim shortcut for <name of current file>?
In vim, if I'm working on a Python script, I will commonly type:
:! python this_script.py
to execute the script. Is there a shortcut for the name of the current file? If not, can I easily make one? ...