Disable Launchy while fullscreen app is in foreground
Application launcher for Windows, Mac OS X, FreeBSD and Linux
Brought to you by:
karlinjf
This patch prevents Launchy from opening its search window, while a fullscreen application (like a fullscreen video playback or 3d game) is running (in foreground).
I have tested this patch on my configuration with hidden and foreground windows taskbar.
technical description:
The patch adds a fullscreen check to the CLaunchyDlg::OnHotKey function.
Before the normal hotkey handling starts, the patch checks the size of the current foreground window. If that size is equal to the current desktop size (desktop resolution), than the further hotkey handling is skipped!
patch - disable launchy while an fullscreen application is in foreground