RosettaCodeData/Task/Keyboard-input-Keypress-check/Mathematica/keyboard-input-keypress-check.math

5 lines
124 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
i = {};
EventHandler[Panel[Dynamic[i],
ImageSize -> {300, 300}], {"KeyDown" :>
AppendTo[i, CurrentValue["EventKey"]]}]