docs/events/system.md in vedeu-0.6.17 vs docs/events/system.md in vedeu-0.6.18
- old
+ new
@@ -41,10 +41,10 @@
Will cause the triggering of the `:key` event; which you should define
to 'do things'. If the `escape` key is pressed, then `key` is triggered
with the argument `:escape`, also an internal event `_mode_switch_` is
triggered. Vedeu recognises most key presses and some 'extended'
keypress (eg. Ctrl+J), a list of supported keypresses can be found here:
-{Vedeu::Input::Input#specials} and {Vedeu::Input::Input#f_keys}.
+{Vedeu::Input::Input}.
Vedeu.trigger(:_keypress_, key)
### :_log_
When triggered with a message will cause Vedeu to log the message if