From 9c19871a5c21a8f07aaf4a7f31c799e1cc792228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Guelfucci?= Date: Tue, 28 Sep 2010 19:20:08 +0200 Subject: [PATCH] Don't export "Alt" shortcuts as "Meta". --- 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 .= '' if($keys =~ /Shift\+/); $str .= '' if($keys =~ /Control\+/); - $str .= '' if($keys =~ /Alt\+/); + $str .= '' if($keys =~ /Alt\+/); $str .= '' if($keys =~ /Mod4\+/ || $keys =~ /Super\+/); if($keys =~ /(^|\+)([A-Za-z0-9_]+)$/) { $str .= $2; -- 1.7.1