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',
|
group = 'awesome',
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
Awful.key({ Modkey, 'Shift' }, '/', Hotkeys_popup.show_help, {
|
||||||
|
description = 'show help',
|
||||||
|
group = 'awesome',
|
||||||
|
}),
|
||||||
|
|
||||||
Awful.key({}, 'Print', function()
|
Awful.key({}, 'Print', function()
|
||||||
os.execute 'maimpick'
|
os.execute 'maimpick'
|
||||||
end, {
|
end, {
|
||||||
|
|
Loading…
Add table
Reference in a new issue