📄 floating.lua.in
字号:
----------------------------------------------------------------------------- @author Gregor Best-- @copyright 2008 Gregor Best-- @release @AWESOME_VERSION@----------------------------------------------------------------------------- Grab environment we needlocal setmetatable = setmetatable--- Dummy function for floating layoutmodule("awful.layout.suit.floating")local function floating(_, screen) return nilendsetmetatable(_M, { __call = floating })
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -