diff options
author | svu <svu> | 2007-02-26 22:28:27 +0000 |
---|---|---|
committer | svu <svu> | 2007-02-26 22:28:27 +0000 |
commit | f9db1d606a56fd5b55970c7c678df344ee9fea79 (patch) | |
tree | b5db6f7e477366cde2f84b11bf966faef4703c7f /compat | |
parent | e487a6dd14dd015cf57a6be161ed25db9fc1db72 (diff) |
fixing copypaste bug, b.fd.o#10104
Diffstat (limited to 'compat')
-rw-r--r-- | compat/misc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/misc b/compat/misc index 9ce89913..168a9b68 100644 --- a/compat/misc +++ b/compat/misc @@ -58,7 +58,7 @@ default partial xkb_compatibility "misc" { }; interpret Meta_R { - action = SetMods(modifiers=Alt); + action = SetMods(modifiers=Meta_R); }; // Sets the "Super" virtual modifier |