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 6808963 commit f756640Copy full SHA for f756640
etc/cfg_bindings.lua
@@ -201,7 +201,7 @@ defbindings("WMPlex.toplevel", {
201
"mod_query.query_binding(_, _sub)"),
202
203
bdoc("Query for workspace to go to or create a new one.", "+ws"),
204
- kpress(META.."F9", "mod_query.query_workspace(_)"),
+ kpress(ALTMETA.."F9", "mod_query.query_workspace(_)"),
205
206
bdoc("Query for a client window to go to.", "go"),
207
kpress(META.."G", "mod_query.query_gotoclient(_)"),
0 commit comments