-
Notifications
You must be signed in to change notification settings - Fork 27
Keyhotee File Locations
emfrias edited this page Apr 17, 2014
·
1 revision
The path to Keyhotee config files is dictated by Qt's QStandardPaths::DataLocation
%LOCALAPPDATA%\Keyhotee (usually something like C:\Users\(your user name)\AppData\Local\Keyhotee)
$HOME/.local/share/Keyhotee
$HOME/Library/Application Support/Keyhotee
The log file name is automatically generated, and you will often several log files from different runs of Keyhotee in the same directory, your best bet is to sort by date.
A file named qt_temp.????? in %TEMP% (usually something like C:\Users\(your user name)\AppData\Local\Temp)
A file named qt_temp.????? in $TMPDIR (almost always /tmp)
A file named qt_temp.????? in $TMPDIR (where $TMPDIR is usually not /tmp. From a terminal, run open $TMPDIR to browse this directory)