[Overview][Constants][Types][Procedures and functions][Index] |
Add a handler for a special key sequence
Source position: keyboard.pp line 51
function AddSpecialSequence( |
const St: string; |
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.