589 RegisterVariable('grave' , vtCommand, @chGrave , false); |
596 RegisterVariable('grave' , vtCommand, @chGrave , false); |
590 RegisterVariable('hat' , vtCommand, @chSetHat , false); |
597 RegisterVariable('hat' , vtCommand, @chSetHat , false); |
591 RegisterVariable('quit' , vtCommand, @chQuit , true ); |
598 RegisterVariable('quit' , vtCommand, @chQuit , true ); |
592 RegisterVariable('forcequit', vtCommand, @chForceQuit , true ); |
599 RegisterVariable('forcequit', vtCommand, @chForceQuit , true ); |
593 RegisterVariable('confirm' , vtCommand, @chConfirm , true ); |
600 RegisterVariable('confirm' , vtCommand, @chConfirm , true ); |
|
601 RegisterVariable('shutdown', vtCommand, @chShutdown , true ); |
594 RegisterVariable('+speedup', vtCommand, @chSpeedup_p , true ); |
602 RegisterVariable('+speedup', vtCommand, @chSpeedup_p , true ); |
595 RegisterVariable('-speedup', vtCommand, @chSpeedup_m , true ); |
603 RegisterVariable('-speedup', vtCommand, @chSpeedup_m , true ); |
596 RegisterVariable('zoomin' , vtCommand, @chZoomIn , true ); |
604 RegisterVariable('zoomin' , vtCommand, @chZoomIn , true ); |
597 RegisterVariable('zoomout' , vtCommand, @chZoomOut , true ); |
605 RegisterVariable('zoomout' , vtCommand, @chZoomOut , true ); |
598 RegisterVariable('zoomreset',vtCommand, @chZoomReset , true ); |
606 RegisterVariable('zoomreset',vtCommand, @chZoomReset , true ); |