About Download Help Library Script Library Forum Links







Application Web Session Var

MonkeyTerm Object Model

Object: KeyBindingCollection

 Property Count() As Long
 Property Item(Index As Variant) As KeyBinding
 Function GetIndex(KeyCode As Variant, [Shift As Integer = -1]) As Long
 Sub Remove(KeyCode As Integer, [Shift As Integer = -1])
 Sub Add(KeyCode As Integer, Shift As Integer, Command As String, Enabled As Boolean)
 Sub AddObject(oKeyBinding As KeyBinding)