fix inversion of swap{prev,next} bindings

Thanks to MATSUU Takuto <matsuu@gmail.com>
This commit is contained in:
Julien Danjou 2007-10-10 08:08:38 +02:00
parent 0f75c91fe7
commit 3dcf2bd5b7
1 changed files with 2 additions and 2 deletions

View File

@ -152,13 +152,13 @@ keys
{ {
modkey = {"Mod4", "Shift"} modkey = {"Mod4", "Shift"}
key = "j" key = "j"
command = "swapprev" command = "swapnext"
} }
key key
{ {
modkey = {"Mod4", "Shift"} modkey = {"Mod4", "Shift"}
key = "k" key = "k"
command = "swapnext" command = "swapprev"
} }
key key
{ {