add extra keybind for help

This commit is contained in:
Adam 2024-02-18 22:59:44 -05:00
parent b283bc854e
commit c5bd4cb35b

View file

@ -27,6 +27,11 @@ globalkeys = Gears.table.join(
group = 'awesome',
}),
Awful.key({ Modkey, 'Shift' }, '/', Hotkeys_popup.show_help, {
description = 'show help',
group = 'awesome',
}),
Awful.key({}, 'Print', function()
os.execute 'maimpick'
end, {