On windows, you can call Shutdown.exe with several parameters
shutdown -s -t 3600
will shutdown your computer afer a 1 hour delay (3600 seconds)
open a command prompt and type "shutdown -?" to have command line switches description
Then you can easily create a keybreeze shortcut with your custom command...
Not that the "shutdown -a" command is usefull to _A_bort the shutdown sequence. Also, don't forget to put the -s or -r parameter BEFORE the -t option. shutdown.exe doesn't seem to process the -t option without them and closes Windows immediately
