Skip to content
Snippets Groups Projects
Commit 52095b9a authored by codeimp's avatar codeimp
Browse files

Fixed some actions auto-repeat (some where not auto-repeatable that should be)

parent cae5a34e
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ lowerfloor8
allowmouse = true;
allowscroll = true;
repeat = true;
default = 131067;
default = 131067;
}
raisefloor8
......@@ -300,7 +300,7 @@ raisefloor8
allowmouse = true;
allowscroll = true;
repeat = true;
default = 131066;
default = 131066;
}
lowerceiling8
......@@ -312,7 +312,7 @@ lowerceiling8
allowmouse = true;
allowscroll = true;
repeat = true;
default = 196603;
default = 196603;
}
raiseceiling8
......@@ -323,7 +323,8 @@ raiseceiling8
allowkeys = true;
allowmouse = true;
allowscroll = true;
default = 196602;
repeat = true;
default = 196602;
}
errorcheckmode
......@@ -377,6 +378,7 @@ raisesector1
allowkeys = true;
allowmouse = true;
allowscroll = true;
repeat = true;
}
showvisualthings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment