From: Thomas K. <tk...@gi...> - 2012-04-19 13:39:36
|
On Thu, Apr 19, 2012 at 03:34:16PM +0200, Thomas Klausner wrote: > I tried something else in my .notion/cfg_defaults.lua: > > defbindings("WFrame", { > bdoc("Go to next screen on multihead setup."), > kpress(META.."Tab", "ioncore.goto_next_screen()"), > }) > > (also with WScreen instead of WFrame) but it didn't work. What did I do wrong there? Actually, it does work, but only once -- it doesn't cycle around. So ALT-Tab from screen one goes to screen two, but on screen two it does nothing. Is there a function that cycles or a way to write it? Thomas |