diff options
Diffstat (limited to '074keyboard.mu')
-rw-r--r-- | 074keyboard.mu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/074keyboard.mu b/074keyboard.mu index 2d82a3d9..5f92428d 100644 --- a/074keyboard.mu +++ b/074keyboard.mu @@ -4,11 +4,11 @@ exclusive-container event [ text:character keycode:number # keys on keyboard without a unicode representation - pointer:single-touch-event # mouse, track ball, etc. + touch:touch-event # mouse, track ball, etc. # update the assume-console handler if you add more variants ] -container single-touch-event [ +container touch-event [ type:number row:number column:number |