setAliasState

setAliasState

Synopsis: setAliasState( regExp, state )

Set the state of all aliases who's name matches
regExp to state. A state of 0 means that this
alias is not processed.

Example:
	setAliasState("^My_Mode1_", 0);
	# disable all aliases that got names starting
	# with My_Mode1_


KDE Logo