Skip to content
Snippets Groups Projects
  1. Jun 01, 2019
    • rswindell's avatar
      Restore the long-standing (forever) behavior of ulist/uifc.list where · 438cf9e2
      rswindell authored
      Backspace (the "Delete" key on a MacBookPro keyboard) is treated the same
      as ESC (exit).
      Make the help status bar more clear in Mac OS X builds that the '+' key
      may be used in place of the INSert key to add itesm and that fn-DELete key
      sequence is used to delete items (or the '-' key, though that isn't stated).
      438cf9e2
    • rswindell's avatar
      In uifc.list(), stopping treat the Backspace key as ESC (exit) and instead · c728e168
      rswindell authored
      treat the same Delete Char. This is for systems were there is no "Delete Char"
      key (e.g. Mac) or where the Delete and Backspace keys send the reverse key
      codes. On a Mac, the Backspace key is actually labeled "Delete", so treat
      the key-code sent as "Delete item", consistent with the status bar/help
      indicator.
      c728e168
    • rswindell's avatar
      The key normally used for "Backspace" (on a PC keyboard) is labeled "Delete" · 2b35513d
      rswindell authored
      on a Mac keyboard and although that key sends the ASCII DEL char (127), we're
      converting it to backspace (^H) here. But if the user actually wants the
      "delete character" key functionality, there is no dedicated key, so treat
      Ctrl-Delete (on a Mac) as Delete (not backspace).
      2b35513d
  2. May 31, 2019
  3. May 30, 2019
  4. May 29, 2019
  5. May 28, 2019
  6. May 27, 2019
  7. May 25, 2019
Loading