summaryrefslogtreecommitdiffstats
path: root/virtual-programs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * keyboard,KeyCodes: Ignore instead of ? for invalid key codesOmar Rizwan2024-01-291-0/+2
| * keyboard: Retract old key events. Drops should be fixed (w/o leaks)Omar Rizwan2024-01-291-2/+2
| * WIP: Use timestamp instead of rand for keypresses, don't retractOmar Rizwan2024-01-293-6/+23
| * keyboard: Use binary translation; fixes event reader going off railsOmar Rizwan2024-01-291-8/+8
| * Fix Alt+ESC restartAndrés Cuervo2023-12-281-1/+1
| * Allow for key repeatingAndrés Cuervo2023-12-282-4/+4
| * Fix cursor persistence to unmatching & LEFT at originAndrés Cuervo2023-12-271-3/+10
| * Make direction keys continousAndrés Cuervo2023-12-151-138/+154
| * Add editor saving stateAndrés Cuervo2023-12-151-19/+54
| * Separate editing view from regionAndrés Cuervo2023-12-151-8/+10
| * Merge branch 'main' into ac/editorAndrés Cuervo2023-12-131-36/+17
| |\
| * | Add editor qualifier to editor.folkAndrés Cuervo2023-12-131-5/+5
| * | Add linenumbersAndrés Cuervo2023-12-121-54/+23
| * | Remove debug_cursorAndrés Cuervo2023-12-121-25/+0
| * | Bounds check right arrow keyAndrés Cuervo2023-12-121-2/+5
| * | Add precise cursor and smaller editor textAndrés Cuervo2023-12-121-67/+29
| * | Fix baseCode overwritingAndrés Cuervo2023-12-111-1/+5
| * | Make keyboard editors uniqueAndrés Cuervo2023-12-081-63/+66
| * | Update demo claim, link to guide againAndrés Cuervo2023-12-081-1/+2
| * | Move baseCode into initial WhenAndrés Cuervo2023-12-061-7/+7
| * | Simplify keyboards claimAndrés Cuervo2023-12-061-88/+10
| * | Add (non-differentiated) keypress logic to editorAndrés Cuervo2023-12-052-115/+120
| * | Integrate modifiers, fix esc-restartAndrés Cuervo2023-12-042-7/+34
| * | Remove readCount debuggingAndrés Cuervo2023-12-041-3/+0
| * | Handle repeating keysAndrés Cuervo2023-12-011-2/+4
| * | Add correct retract statementAndrés Cuervo2023-11-301-1/+1
| * | Add Step, sharing works nowAndrés Cuervo2023-11-291-2/+2
| * | Simplify keyboard loggingAndrés Cuervo2023-11-291-47/+39
| * | Remove old reference codeAndrés Cuervo2023-11-281-265/+11
| * | Add readCount loggingAndrés Cuervo2023-11-281-62/+72
| * | Add logging on key pressesAndrés Cuervo2023-11-271-14/+197
| * | Merge branch 'main' into ac/editorAndrés Cuervo2023-11-2112-63/+180
| |\ \
| * | | Add dummy claims to track down stmt share bugAndrés Cuervo2023-11-201-32/+31
| * | | Add eventPath check for keyboardStreamsAndrés Cuervo2023-11-171-3/+23
| * | | Remove pi/Keyboard.tcl, begin keyboard.folk in earnestAndrés Cuervo2023-11-161-6/+182
| * | | Ignore more keyboard modifier keysAndrés Cuervo2023-11-161-0/+5
| * | | Add beginning of multi-keyboard handling in keyboard processAndrés Cuervo2023-11-152-126/+20
| * | | Add keyboard progressAndrés Cuervo2023-11-102-6/+54
| * | | Add virtual-programs/keyboard.folkAndrés Cuervo2023-11-082-3/+80
| * | | Remove twice-print indicator, clean up prints and commentsAndrés Cuervo2023-11-061-17/+3
| * | | Fix cursor-out-of-bounds and add debuggingAndrés Cuervo2023-11-041-4/+44
| * | | Black hole unsupported keysAndrés Cuervo2023-10-311-7/+31
| * | | Merge branch 'main' into ac/editorAndrés Cuervo2023-10-2731-609/+732
| |\ \ \
| * | | | Remove extraneous debug infoAndrés Cuervo2023-10-241-2/+3
| * | | | Set short default codeAndrés Cuervo2023-10-241-3/+5
| * | | | Correctly insert chars at x=0Andrés Cuervo2023-10-241-11/+14
| * | | | hide cursor debug, fix deleting at x=0Andrés Cuervo2023-10-241-15/+69
| * | | | Add debugging & multiple shift countsAndrés Cuervo2023-10-231-34/+9
| * | | | Implement ctrl+a and ctrl+eAndrés Cuervo2023-10-221-4/+22
| * | | | Test long default codeAndrés Cuervo2023-10-201-8/+9