We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9990f commit f147c60Copy full SHA for f147c60
logout-popup-widget/logout-popup.lua
@@ -156,7 +156,7 @@ local function launch(args)
156
157
local all_keys = onlogout_key .. onlock_key .. onreboot_key .. onsuspend_key .. onpoweroff_key
158
159
- if key == 'Escape' or string.match(all_keys, key) then
+ if key == 'Escape' or string.match(string.lower(all_keys), string.lower(key)) then
160
phrase_widget:set_text('')
161
capi.keygrabber.stop()
162
w.visible = false
0 commit comments