[Xfce4-commits] <xfce-utils:master> Fix Alt conversion in migration script (bug #4811).
Nick Schermer
noreply at xfce.org
Sat Oct 2 16:00:02 CEST 2010
Updating branch refs/heads/master
to 6003f88631d940924e53bd1f111e0c137be67bf2 (commit)
from a478c7cf23e8366ad96e63dbf4060876bed70193 (commit)
commit 6003f88631d940924e53bd1f111e0c137be67bf2
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Sat Oct 2 15:57:48 2010 +0200
Fix Alt conversion in migration script (bug #4811).
scripts/xfconf-migration-4.6.pl.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/xfconf-migration-4.6.pl.in b/scripts/xfconf-migration-4.6.pl.in
index e27eb55..624e56f 100644
--- a/scripts/xfconf-migration-4.6.pl.in
+++ b/scripts/xfconf-migration-4.6.pl.in
@@ -637,7 +637,7 @@ sub convert_key
$str .= '<Shift>' if($keys =~ /Shift\+/);
$str .= '<Control>' if($keys =~ /Control\+/);
- $str .= '<Meta>' if($keys =~ /Alt\+/);
+ $str .= '<Alt>' if($keys =~ /Alt\+/);
$str .= '<Super>' if($keys =~ /Mod4\+/ || $keys =~ /Super\+/);
if($keys =~ /(^|\+)([A-Za-z0-9_]+)$/) {
$str .= $2;
More information about the Xfce4-commits
mailing list