Re: create a function to show up a tooltip or naughty notify of all defined key binds ?

2012-06-19 Thread stardiviner
=> On [2012-06-19 09:02:30 +0200]: Zsolt Udvari Said: > > Anyway, I think a simple way to do this is use Lua to get a table of all > > values > > which are defined keybindings in current Awesome environment. > I think your desired tables are globalkeys and clientkeys. But I don't > know how to c

Re: create a function to show up a tooltip or naughty notify of all defined key binds ?

2012-06-19 Thread Zsolt Udvari
> Anyway, I think a simple way to do this is use Lua to get a table of all > values > which are defined keybindings in current Awesome environment. I think your desired tables are globalkeys and clientkeys. But I don't know how to create a description from it. -- To unsubscribe, send mail to awe

Re: create a function to show up a tooltip or naughty notify of all defined key binds ?

2012-06-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/06/12 08:43, Zsolt Udvari wrote: >> Those keybinds maybe from Shifty, or use custom keybinds for manipulating >> clients, or >> executing some commands, or startup some programs, We create keybinds, >> because we want a >> quick way to start or

Re: create a function to show up a tooltip or naughty notify of all defined key binds ?

2012-06-18 Thread stardiviner
=> On [2012-06-19 08:43:17 +0200]: Zsolt Udvari Said: > > Those keybinds maybe from Shifty, or use custom keybinds for manipulating > > clients, or executing some commands, or startup some programs, We create > > keybinds, because we want a quick way to start or do something. But when > > those

Re: create a function to show up a tooltip or naughty notify of all defined key binds ?

2012-06-18 Thread Zsolt Udvari
> Those keybinds maybe from Shifty, or use custom keybinds for manipulating > clients, or executing some commands, or startup some programs, We create > keybinds, because we want a quick way to start or do something. But when those > keybinds is too much, we need a way to manage this. So you want a

Re: create a function to show up a tooltip or naughty notify of all defined key binds ?

2012-06-18 Thread stardiviner
=> On [2012-06-19 07:24:15 +0200]: Zsolt Udvari Said: > > Sometimes I will forget what key binds I defined in my rc.lua. > Why do you forget the bindkeys? Because they're wrong :) Choose > another keybindings :) > > Creating a function to show up a tooltip or naughty notify of all defined > > k

Re: create a function to show up a tooltip or naughty notify of all defined key binds ?

2012-06-18 Thread Zsolt Udvari
> Sometimes I will forget what key binds I defined in my rc.lua. Why do you forget the bindkeys? Because they're wrong :) Choose another keybindings :) > Creating a function to show up a tooltip or naughty notify of all defined key > binds. > I think this is a good idea, Awesome should have it. M

create a function to show up a tooltip or naughty notify of all defined key binds ?

2012-06-18 Thread stardiviner
Sometimes I will forget what key binds I defined in my rc.lua. So I come up with an idea. Creating a function to show up a tooltip or naughty notify of all defined key binds. I think this is a good idea, Awesome should have it. Manpage of default key binds is not enough So do you have any met