From: Igor M. <g-...@ma...> - 2015-11-26 20:11:48
|
<div><div>Hi.</div><div> </div><div> </div><div>Try META.."Shift+backslash" for the pipe sign and META.."minus". Most of the special keys have special names. You can find the keynames using either "xev" or something less minimalistic, like "xbindkeys -k"</div><div> </div><div>Igor Mosyagin</div><div> </div></div><div> </div><div>26.11.2015, 07:22, "moaxcp" <mo...@gm...>:</div><blockquote type="cite"><div>Hello, I'm trying to remap my keys. I started by editing cfg_tiling.lua. Here is the relevant block.<div> </div><div><div>defbindings("WTiling", {</div><div> bdoc("Go to frame right of current frame."),</div><div> kpress(META.."Right", "ioncore.goto_next(_sub, 'right')"),</div><div> bdoc("Go to frame left of current frame."),</div><div> kpress(META.."Left", "ioncore.goto_next(_sub, 'left')"),</div><div> bdoc("Go to frame above current frame."),</div><div> kpress(META.."Up", "ioncore.goto_next(_sub, 'up', {no_ascend=_})"),</div><div> bdoc("Go to frame below current frame."),</div><div> kpress(META.."Down", "ioncore.goto_next(_sub, 'down', {no_ascend=_})"),</div><div> </div><div> bdoc("Split current frame vertically."),</div><div> kpress(META.."\|", "WTiling.split_at(_, _sub, 'bottom', true)"),</div><div> bdoc("Split current frame horizontally."),</div><div> kpress(META.."\-", "WTiling.split_at(_, _sub, 'right', true)"),</div><div> </div><div> bdoc("Destroy current frame."),</div><div> kpress("+", "WTiling.unsplit_at(_, _sub)"),</div><div>})</div></div><div> </div><div>This is the error I am getting when notion starts.</div><div> </div><div>Notion startup error log:</div><div>>> Unknown button "|"</div><div>>> Unknown button "-"</div><div>>> Unknown button ""</div><div> </div><div>I tried to escape the keys but that did not work.</div><div> </div><div>Any help would be awesome!</div></div>,<p>------------------------------------------------------------------------------<br />Go from Idea to Many App Stores Faster with Intel(R) XDK<br />Give your users amazing mobile app experiences with Intel(R) XDK.<br />Use one codebase in this all-in-one HTML5 development environment.<br />Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.<br /><a href="http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140">http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140</a></p>,<p>_______________________________________________<br />Notion-general mailing list<br /><a href="mailto:Not...@li...">Not...@li...</a><br /><a href="https://lists.sourceforge.net/lists/listinfo/notion-general">https://lists.sourceforge.net/lists/listinfo/notion-general</a></p></blockquote><div> </div><div> </div> |