我有一个快捷方式,我想在使用 xmonad 时在任何 chrome 实例上执行(或者通用的 xwindows 解决方案会很方便)
基本上它与 chrome/firefox/opera 相同的键序列“分离当前浏览器选项卡并发送到屏幕 n”
伪代码
//detach current tab and send to screen n
if current_window_is_browser
map <alt-t>6 <ctrl-l><ctrl-c><ctrl-w><ctrl-n><ctrl-v><enter><alt-shift-6>
我玩弄了标签分离脚本,但它们似乎不是最新的(esp chrome)。无论如何,我希望所有浏览器都使用相同的命令。
有任何想法吗?干杯