Added documentation for how to bind multiple key combinations to a single action
1 files changed, 6 insertions(+), 1 deletions(-)

M man/wofi-keys.7
M man/wofi-keys.7 +6 -1
@@ 3,7 3,12 @@ 
 wofi \- Key names for custom binds
 
 .SH DESCRIPTION
-This is a list of the key names that can be used for custom binding. These are taken from gdk/gdkkeysyms.h with exception to modifiers. Certain keys cannot have the shift modifier attached as holding shift while using these keys causes a completely different key press to be registered. For example Shift\-j is invalid as holding shift while pressing j changes the key into J so Shift-J should be registered as the key instead of Shift\-j. This is the case with all alphanumeric chars as well as Tab which turns into ISO_Left_Tab.
+This is a list of the key names that can be used for custom binding. These are taken from gdk/gdkkeysyms.h with exception to modifiers.
+Certain keys cannot have the shift modifier attached as holding shift while using these keys causes a completely different key press to be registered.
+For example Shift\-j is invalid as holding shift while pressing j changes the key into J so Shift\-J should be registered as the key instead of Shift\-j.
+This is the case with all alphanumeric chars as well as Tab which turns into ISO_Left_Tab.
+
+Additionally it is possible to have multiple binds for one action by comma separating the binds. For example binding an action to Ctrl\-j,Ctrl\-h will map both key combinations to that one action.
 
 .SH KEY NAMES
 .B BackSpace