Skip to content

Keyhotee File Locations

emfrias edited this page Apr 17, 2014 · 1 revision

Configuration Files

The path to Keyhotee config files is dictated by Qt's QStandardPaths::DataLocation

Windows

%LOCALAPPDATA%\Keyhotee (usually something like C:\Users\(your user name)\AppData\Local\Keyhotee)

Linux

$HOME/.local/share/Keyhotee

OS X

$HOME/Library/Application Support/Keyhotee

Log Files

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.

Windows

A file named qt_temp.????? in %TEMP% (usually something like C:\Users\(your user name)\AppData\Local\Temp)

Linux

A file named qt_temp.????? in $TMPDIR (almost always /tmp)

OS X

A file named qt_temp.????? in $TMPDIR (where $TMPDIR is usually not /tmp. From a terminal, run open $TMPDIR to browse this directory)

Clone this wiki locally