Adds emojinput shortcut
This commit is contained in:
6
rc.lua
6
rc.lua
@@ -571,7 +571,11 @@ globalkeys = awful.util.table.join(
|
||||
os.execute('xdotool type --clearmodifiers ' .. options.email:sub(i,i))
|
||||
end
|
||||
end)
|
||||
end, {description="Automatically enters the key to type your email", group="shortcuts"})
|
||||
end, {description="Automatically enters the key to type your email", group="shortcuts"}),
|
||||
|
||||
awful.key({modkey}, "e", function()
|
||||
awful.spawn.easy_async("emojinput", function() end)
|
||||
end, {description="Starts emojinput", group="shortcuts"})
|
||||
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user