1
0
Fork 0

describe <Shift-TAB> and <Shift-Backspace> keys as well :-)

This commit is contained in:
mfranz 2007-11-18 13:30:30 +00:00
parent 0bca5bdea6
commit 4ed4939b8e

View file

@ -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 <TAB> 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 <TAB> key to
# complete property path elements if possible), or a search string ...
#
#
# Commands:
@ -20,8 +21,10 @@
# <CR> ... carriage return or enter, to confirm some operations
# <TAB> ... complete property path element (if possible), or
# cycle through available elements
# <CurUp>/<Down> ... switch back/forth in the history
# <Shift-TAB> ... like <TAB> but cycles backwards
# <CurUp>/<CurDown> ... switch back/forth in the history
# <Escape> ... cancel the operation
# <Shift-Backspace> ... removes last, whole path element
#
#
# Colors: