cocoa doesn't send key-up gestures for cmd+keys

db4
Joe Groff 2009-05-15 11:04:11 -05:00
parent 480870e367
commit 6d1f1e3b5e
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ M: terrain-world tick-length
terrain-world H{
{ T{ key-up { mods { A+ } } { sym "RET" } } [ toggle-fullscreen ] }
{ T{ key-down { mods { A+ } } { sym "RET" } } [ toggle-fullscreen ] }
} set-gestures
:: handle-input ( world -- )