Add a handler for a special key sequence.
Source position: keyboard.pp line 54
function AddSpecialSequence( |
const St: Shortstring; |
Proc: Tprocedure |
):PTreeElement; |
AddSpecialSequence adds a sequence of key combinations to the keyboard handler. When the key combination specified in st is encountered, then Proc will be executed. The function returns the element in the special key sequence handling tree which handles st.