Skip to content
  • rswindell's avatar
    Compatibility with terminals/keyboards lacking some extended keys. · 70ea3944
    rswindell authored
    The following are now equivalanet in ulist (menus) and string input:
    ^B = home
    ^E = end
    ^V = insert (string input only)
    ^Z = help (F1)
    and in menus only:
    + = insert
    - = delete
    backspace = escape (not new)
    ^U = pgup
    ^D = pgdn
    ^C = copy (F5)
    ^V = paste (F6)
    70ea3944