关于关键词 "WINDOWS" 的检测结果,共 1 条
duoerlee | 2015-04-12 22:46:53 | 阅读(150) | 评论(0)
F1:移动当前窗口到左边SPACE
require 'totalspaces2'
current_spaces = TotalSpaces2.current_space
windows = TotalSpaces2.window_list
if current_spaces > 1
dest_space = current_spaces - 1
else
dest_space = 4
end
if !windows.empty?
current_space_windows = windows.select {
|window| window[:space_nu【阅读全文】