pairs local math = math local string = string local type = type local modkey = "Mod4" local beautiful = require("beautiful") local naughty = require("naughty") local capi = { root = root, client = client } module("keydoc") local doc = { } local currentgroup = "Misc" local orig = awful.key.new -- Replacement for awful.key.new local function new(mod, key, press, release, docstring) -- Usually, there is no use of release, let's just use it for doc…
Words 567 - Pages 3