diff --git a/twander.1 b/twander.1 index e5a3421..75d7c74 100644 --- a/twander.1 +++ b/twander.1 @@ -162,12 +162,36 @@ section entitled, .B CHANGING KEYBOARD BINDINGS. +.B NOTE: +Some \'twander\' features are doubled on the mouse. These mouse +button assignments are documented below for the sake of completeness. +However, +.B mouse button assignments cannot be changed by the user, +even in the configuration file. + .SS GENERAL PROGRAM COMMANDS This family of commands controls the operation of \'twander\' itself. .TP +.B Display Context Menu (MOUSECTX) +Right-Mouse-Button + +Displays a list of all available commands in a pop-up menu near the mouse +pointer. If no commands are defined, this feature does nothing at all. +This means commands can be invoked one of three ways: Directly via the +Command Key defined in the configuration file, via selection in the +Command Menu at the top of the GUI, or via selection from the Context +Menu. + +Win32 users should note that, unlike Windows Explorer, the \'twander\' +Context Menu does not change the set of currently selected items. It +merely provides a list of available commands. This allows the +command chosen via the Context Menu to operate on a previously +selected set of items. + +.TP .B Quit Program (QUITPROG) Control-q @@ -1020,6 +1044,12 @@ are going to differ considerably on what keys should be bound to what feature. +This feature is available only for +.B Keyboard Assignments. +Mouse Button Assignments may not be changed by the user. An attempt +to do so in the configuration file will cause \'twander\' to display a +warning and ignore the offending line. + It is not difficult to override the default keyboard bindings by adding entries in the configuration file. Doing so requires some familiarity with how Tkinter names keystrokes. Good resources for