@@ -41,6 +41,7 @@ edit bind s "cam_slew 3" ; backward
4141edit bind t "run .\cmds\SetTexture.cmd" ; Set brush textures.
4242;game bind u "unstick_player" ; unsticks the player, Newdark Only
4343;edit bind v "cam_rotate 1" ; look down
44+ edit bind v "run .\cmds\FilterNext.cmd" ; next brush type filter
4445edit bind w "cam_slew 0" ; forward
4546;edit bind x "cam_level" ; reset camera pitch, olddark
4647edit bind x "cam_reset" ; reset camera pitch and slew,, newdark only
@@ -127,6 +128,7 @@ game bind q+shift "+fly 1" ; fly up
127128edit bind t+shift "run .\cmds\ResetTexture.cmd" ; Set default texture.
128129;edit bind t+shift "cycle_tex -1" ; cycle texture backward
129130edit bind u+shift "go_to_meonly" ; select meonly area brush
131+ edit bind v+shift "run .\cmds\FilterPrev.cmd" ; previous brush type filter
130132edit bind w+shift "align_object" ; align selected object to surface relative to cam
131133;edit bind w+shift "wall_object" ; move selected object to wall
132134edit bind y+shift "run .\cmds\RetimeBrush.cmd" ; prompt to retime the selected brush, texture it, and reportalize
@@ -223,6 +225,7 @@ edit bind s+ctrl save_mission ; save the mission
223225edit bind q+ctrl qlink_add ; add to quicklink group
224226edit bind r+ctrl "Run .\cmds\DoLight.cmd" ; relight the level
225227edit bind u+ctrl undo ; move back in history
228+ edit bind v+ctrl "run .\cmds\FilterNone.cmd" ; reset brush type filter
226229;edit bind w+ctrl "cycle_group 0" ; select last stored group (buggy)
227230;edit bind x+ctrl xmouse ; toggle auto-camera selection
228231edit bind z+ctrl undo ; windows compatible, eh?
0 commit comments