Allow relaunch with shortcut key.
commit8352c9ef606c5a89ae28715265748cf21b308b51
authorIain Patterson <wm@iain.cx>
Fri, 30 Mar 2012 16:35:57 +0000 (30 17:35 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 4 Apr 2012 11:12:12 +0000 (4 12:12 +0100)
treed273cdb48085cc9112ba3ae2487a09adb8c59cd0
parent528d97b5975313816ee4ebc42d2f2ba5fa0905fe
Allow relaunch with shortcut key.

Use the WindowRelaunchKey shortcut to examine the WM_COMMAND property of
the active application's main window and launch a new instance of the
application using the retrieved command line.
WPrefs.app/KeyboardShortcuts.c
src/defaults.c
src/event.c
src/funcs.h
src/keybind.h
src/main.c