This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I write SQL code in a remote desktop and wanted the ability to use hotstrings to shortcut typing code. For example
?sel
becomes
SELECT TOP 10 * FROM
The difficulty is that I can't install AHK on the remote desktop (but I can install it locally). I found a two-part solution:
First, add this before your hotstrings:
#Hotstring k10 SE
This puts a delay between each keystroke. Without this, RDP jumbles the output text.
Then, in the remote desktop connection options, on the "Local Resources" tab, select "Apply Windows key combinations on this computer".
This should allow you to use your local hotstrings in your remote desktop environment.
Subreddit
Post Details
- Posted
- 11 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/AutoHotkey/...