I assigned simple command to F3 key with use of the:
Unfortuntaly, after pressing F3 search window below console appears. The same command works flawlessly for F4. It's rather annoying as I wanted to quickly switch between three data sets and use keys from F1 to F3. I'm running Stata/IC 13.1 on Windows 7.
Code:
global F3 `"use " "C:\filewithdata.dta" ", clear"'
Comment