main: add the "Launch Terminal" action to the "Actions" menu
commit0deaa435e2b0a4404cb88c5d6659981580c6423e
authorDavid Aguilar <davvid@gmail.com>
Sat, 11 Feb 2023 08:39:25 +0000 (11 00:39 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sat, 11 Feb 2023 08:56:39 +0000 (11 00:56 -0800)
treeb891f4d17f7e8fa578e48fe7476279aadf4a25ae
parent69741fccda3592492b9212b24520a7e5a59e3b28
main: add the "Launch Terminal" action to the "Actions" menu

Make the "Launch Terminal" action easier to discover. This action is
already bound to the Ctrl+Shift+T hotkey.

Register the hotkey globally via the main menu. Do not register the
hotkey in the status widget to avoid clashing with the main menu.

Closes #1223
Suggested-by: Aaron Boxer @boxerab via github.com
Signed-off-by: David Aguilar <davvid@gmail.com>
cola/utils.py
cola/widgets/browse.py
cola/widgets/common.py
cola/widgets/main.py
cola/widgets/status.py