This commit is contained in:
Leah Neukirchen
2017-01-23 21:21:58 +01:00
parent b6a5b876e7
commit 7ce071fdaa
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/perl -p
# Originally by Stuart Henderson in
# <20161206120601.vmimohqh4nafaeah@symphytum.spacehopper.org>
# Ported to Perl and slightly tweaked by Christian Neukirchen.
# Ported to Perl and slightly tweaked by Leah Neukirchen.
s/\bbind\b(.*)\bunmap/unbind-key \1/;
s/\bmousebind\b(.*)unmap/unbind-mouse \1/;