mirror of
https://github.com/i3/i3.git
synced 2026-03-07 08:27:09 +00:00
548d74015c50d7fae14bfb8bb1989acde5fc22ae
For the following binding:
# Simulate ctrl+v upon pressing $mod+x
bindsym --release $mod+x exec --no-startup-id xdotool key --clearmodifiers ctrl+v
you can now use either:
1. press $mod, press x, release x, release $mod
2. press $mod, press x, release $mod, release x
fixes #485
…
…
…
Description
Languages
C
58%
Perl
36.4%
Raku
2.6%
Ruby
1.2%
Meson
0.7%
Other
1%