add extra keybind for help
This commit is contained in:
parent
b283bc854e
commit
c5bd4cb35b
1 changed files with 5 additions and 0 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Reference in a new issue