Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ref:uifc [2021/01/21 18:33] – [UIFC Input Keyboard Modes] Remove non-applicable K_ mode flags. digital manref:uifc [2021/01/29 22:10] – [UIFC List Return Input Masks] Document MSK_EDIT and add tags digital man
Line 144: Line 144:
 | MSK_CUT | Item cut (Ctrl-X) |  | MSK_CUT | Item cut (Ctrl-X) | 
 | MSK_PASTE | Item pasted (Ctrl-V) |  | MSK_PASTE | Item pasted (Ctrl-V) | 
-| MSK_EDIT | |+| MSK_EDIT | Item was selected for edit (F2) |
  
-Example Javascript Usage:+Example JavaScript Usage:
  
 <code> <code>
Line 154: Line 154:
 } }
 </code> </code>
 +
 +{{tag>javascript uifc}}