From 750a281eaceec771d48c73720b6830e7c3ba4ff7 Mon Sep 17 00:00:00 2001 From: Joshua Fuhs Date: Fri, 22 Jun 2012 19:56:46 -0400 Subject: [PATCH] Dump info to the log. --- src/Config.ahk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Config.ahk b/src/Config.ahk index 56a2f5b..f5a04d2 100644 --- a/src/Config.ahk +++ b/src/Config.ahk @@ -388,6 +388,7 @@ Config_saveSession() { #+x::Manager_maximizeWindow() ; Move and resize the active window to the size of the work area (only floating windows). #i::Manager_getWindowInfo() ; Get information for the active window (id, title, class, process name, style, geometry, tags and floating state). #+i::Manager_getWindowList() ; Get a window list for the active view (id, title and class). +#^i::Manager_logWindowList() #Tab::View_setLayout(-1) ; Set the previously set layout. You may also use View_setLayout(">") for setting the next layout in the layout array. #\::View_setLayout(3) ; Set the 3rd defined layout (i. e. floating layout in the default configuration).