test
This commit is contained in:
parent
0569067b07
commit
a9a5119936
1 changed files with 3 additions and 3 deletions
|
@ -85,9 +85,6 @@
|
||||||
];
|
];
|
||||||
submap = {
|
submap = {
|
||||||
resize = {
|
resize = {
|
||||||
bind = [
|
|
||||||
'', escape, submap, reset''
|
|
||||||
];
|
|
||||||
binde = [
|
binde = [
|
||||||
'', H, resizeactive,-50 0''
|
'', H, resizeactive,-50 0''
|
||||||
'', L, resizeactive,50 0''
|
'', L, resizeactive,50 0''
|
||||||
|
@ -98,6 +95,9 @@
|
||||||
'', up, resizeactive,0 -50''
|
'', up, resizeactive,0 -50''
|
||||||
'', down, resizeactive,0 50''
|
'', down, resizeactive,0 50''
|
||||||
];
|
];
|
||||||
|
bind = [
|
||||||
|
'', escape, submap, reset''
|
||||||
|
];
|
||||||
};
|
};
|
||||||
reset = {};
|
reset = {};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue