Skip to content

Instantly share code, notes, and snippets.

View alvaro-ometis's full-sized avatar

Alvaro J. Martinez alvaro-ometis

View GitHub Profile
@alvaro-ometis
alvaro-ometis / QlikAutoHotKey.ahk
Last active July 23, 2021 02:20
AutoHotKey script that helps me on my daily work with Qlik and other software
#SingleInstance force
/* KEYS CHEAT SHEET
# win
! Alt
^ ctrl
+ shift
<^>! altGr
* any modifier
UP key up
// Load this entire file as soon as possible. Main tab recommended.
// E.g.: $(Must_Include=lib://YOUR LIBRARY\subReloadStats.qvs);
// SetupLog sets everything up so the other functions can be used
// SetupLog is called at the end of this file. You can remove the last line
// and call it yourself at will.
// E.g.: CALL SetupLog;
Sub SetupLog