test
This commit is contained in:
parent
a9a5119936
commit
2ae2bb8f8e
1 changed files with 15 additions and 18 deletions
|
@ -83,24 +83,21 @@
|
||||||
''SUPER, mouse:272, movewindow''
|
''SUPER, mouse:272, movewindow''
|
||||||
''SUPER, mouse:273, resizewindow''
|
''SUPER, mouse:273, resizewindow''
|
||||||
];
|
];
|
||||||
submap = {
|
submap = "resize";
|
||||||
resize = {
|
binde = [
|
||||||
binde = [
|
'', H, resizeactive,-50 0''
|
||||||
'', H, resizeactive,-50 0''
|
'', L, resizeactive,50 0''
|
||||||
'', L, resizeactive,50 0''
|
'', K, resizeactive,0 -50''
|
||||||
'', K, resizeactive,0 -50''
|
'', J, resizeactive,0 50''
|
||||||
'', J, resizeactive,0 50''
|
'', left, resizeactive,-50 0''
|
||||||
'', left, resizeactive,-50 0''
|
'', right, resizeactive,50 0''
|
||||||
'', right, resizeactive,50 0''
|
'', up, resizeactive,0 -50''
|
||||||
'', up, resizeactive,0 -50''
|
'', down, resizeactive,0 50''
|
||||||
'', down, resizeactive,0 50''
|
];
|
||||||
];
|
bind = [
|
||||||
bind = [
|
'', escape, submap, reset''
|
||||||
'', escape, submap, reset''
|
];
|
||||||
];
|
reset = {};
|
||||||
};
|
|
||||||
reset = {};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue