Available in version 3.4 or later.

You can add new keyboard shortcuts or re-assign existing shortcut to a different command.

To customize keyboard shortcuts:

An example of customization:

Shortcuts [
	[
		Cmd = CmdOpenFolder
		Key = Alt + O
	]
	[
		Cmd = CmdOpen
		Key = x
	]
	[
		Cmd = CmdNone
		Key = q
	]
]

Explanation:

Format of Key section:

Commands