diff --git a/Nasal/prop-key-handler.nas b/Nasal/prop-key-handler.nas index 7dd157075..fc295c776 100644 --- a/Nasal/prop-key-handler.nas +++ b/Nasal/prop-key-handler.nas @@ -1,9 +1,10 @@ # Property Key Handler -# ------------------------------------------------------------------------------------------------- -# This is an extension mainly targeted at developers. It implements some useful tools -# for dealing with internal properties if enabled (Menu->Debug->Configure Development Extensions). -# To use this feature, press the '/'-key, then type a property path (using the key -# to complete property path elements if possible), or a search string ... +# ------------------------------------------------------------------ +# This is an extension mainly targeted at developers. It implements +# some useful tools for dealing with internal properties if enabled +# (Menu->Debug->Configure Development Extensions). To use this feature, +# press the '/'-key, then type a property path (using the key to +# complete property path elements if possible), or a search string ... # # # Commands: @@ -17,11 +18,13 @@ # # Keys: # -# ... carriage return or enter, to confirm some operations -# ... complete property path element (if possible), or -# cycle through available elements -# / ... switch back/forth in the history -# ... cancel the operation +# ... carriage return or enter, to confirm some operations +# ... complete property path element (if possible), or +# cycle through available elements +# ... like but cycles backwards +# / ... switch back/forth in the history +# ... cancel the operation +# ... removes last, whole path element # # # Colors: