From: Arnout E. <ar...@bz...> - 2015-11-15 11:11:30
|
On Sat, Nov 14, 2015 at 8:59 PM, moaxcp <mo...@gm...> wrote: > Mod1+c depends on if it is done in a client or in an empty frame. In an > empty frame it closes the frame in a client it closes the window. I suggest > adding this to the Clients section of notionkeys. > Good one, done Is there a reason for the keys using capital letters instead of lowercase? > I think the documentation should use lowercase unless uppercase is needed > for some reason. (Unless notion is case insensitive). > Notion is not case-insensitive. I think keys are documented in uppercase here because both in the notion configuration ( https://github.com/raboof/notion/blob/master/etc/cfg_notioncore.lua) and manpage. I agree that might be slightly confusing to end-users. I've updated http://notion.sourceforge.net/notionkeys.html to use lower-case letters. I'd be open to allowing lowercase letters to identify letter keys in the configuration (backwards-compatibly of course) and changing the manpage, PR's welcome. The description for resizing is confusing. The arrows represent which side > of the frame to resize not the direction. Pushing the arrow makes that side > larger, Shift arrow makes that side smaller. > I split them out into 'grow into' and 'shrink from' - still not great, open to suggestions. > In case you are interested I have made my own keyboard reference to help > me make sense of everything. > > https://gist.github.com/moaxcp/b88bf2122e6e29661893 > Interesting. I like your 'rosetta stone' approach comparing the notion bindings to the tmux ones. The distinction between navigation/layout/commands also makes sense. Perhaps we could add the N/L/C information to notionkeys as colours, and add the tmux column as a hidden-by-default option? I've added the keyboard reference to github at https://github.com/raboof/notion-doc/tree/master/keybindings Kind regards, Arnout > On Sat, Nov 14, 2015 at 1:24 PM, Arnout Engelen <no...@bz...> wrote: > >> On Sat, Nov 14, 2015 at 6:38 PM, moaxcp <mo...@gm...> wrote: >> >>> I've been looking into shortcuts lately. I tried Mod1+x and it did not >>> work. According to the keyboard reference, it should merge with sibling. >>> >> >> Good catch: that should be Mod1+K X. I've updated >> http://notion.sourceforge.net/notionkeys.html accordingly. >> >> When I have multiple clients in a frame and I split the frame then merge >>> will put them back together in the same frame. Is this the only case merge >>> does something useful? >>> >> >> Yes, that's pretty much what it does ;). >> >> >> Kind regards, >> >> Arnout >> > > |