Shift to Temporary Invert Snapping

  • Author
  • Message
Offline

Alex Gopher

  • Posts: 4
  • Joined: Sun Dec 22, 2019 11:00 am
  • Real Name: Alex Gopher

Shift to Temporary Invert Snapping

PostSun Dec 22, 2019 11:06 am

Shift + Drag Clip or Timeline position marker will temporary invert current snapping setting.
If currently Snapping is enabled, then holding SHIFT snapping will be disabled.
If currently Snapping is disabled, then holding SHIFT snapping will be enabled.
Online

Jim Simon

  • Posts: 29820
  • Joined: Fri Dec 23, 2016 1:47 am

Re: SHIFT to Temporary Invert Snapping

PostMon Dec 23, 2019 5:11 pm

Holding down N is supposed to do this. I don't think it's fully debugged, though.
My Biases:

You NEED training.
You NEED a desktop.
You NEED a calibrated (non-computer) display.
Offline

dickermoshe

  • Posts: 2
  • Joined: Tue Oct 25, 2022 9:10 pm
  • Real Name: Moshe Dicker

Re: SHIFT to Temporary Invert Snapping

PostTue Oct 25, 2022 9:15 pm

Holding N doesn't do anything.
Tapping 'N' once you start moving a clip, it will temporarily enable snapping.
For a Premiere Pro like shortcut use the following AHK script.
Hold down shift to enable snapping temporarily.

Code: Select all
#NoEnv
#SingleInstance, Force
#InstallKeybdHook
SendMode Input
SetWorkingDir, %A_ScriptDir%


; If Control and Alt is not pressed | Resolve is active
#If GetKeyState("Ctrl") == 0 && GetKeyState("Alt") == 0 && GetKeyState("LButton") == 1 && WinActive("ahk_exe Resolve.exe")
RShift::
Send {n}
keywait, RShift
return

; If Control and Alt is not pressed | Resolve is active
#If GetKeyState("Ctrl") == 0 && GetKeyState("Alt") == 0 && GetKeyState("LButton") == 1 && WinActive("ahk_exe Resolve.exe")
LShift::
Send {n}
keywait, LShift
return
Offline
User avatar

Charles Bennett

  • Posts: 6162
  • Joined: Sat Nov 05, 2016 11:55 am
  • Location: United Kingdom

Re: SHIFT to Temporary Invert Snapping

PostWed Oct 26, 2022 9:19 pm

On my machine Shift has no affect on the Snapping tool, only N does, which is the correct shortcut. Check your keyboard mapping in case it has been altered.
Shift+drag from the Media Pool will only place the clip audio into the Timeline.
Attachments
Default Snapping Shortcut.jpg
Default Snapping Shortcut.jpg (141.06 KiB) Viewed 379 times
Resolve Studio 18.6.6 build 7
Dell XPS 8700 i7-4790, 24GB RAM, 2 x Evo 860 SSDs, GTX1060/6GB (546.01 Studio Driver), Win10 Home (22H2), Speed Editor, Faderport mk1, Eizo ColorEdge CS230 + BenQ GW2270 + Samsung SA200, Canon C100mk2, Zoom H2n.
Offline

Peter Cave

  • Posts: 3768
  • Joined: Thu Aug 23, 2012 6:45 am
  • Location: Melbourne, Australia

Re: SHIFT to Temporary Invert Snapping

PostWed Oct 26, 2022 11:13 pm

Jim Simon wrote:Holding down N is supposed to do this. I don't think it's fully debugged, though.


What are the bugs you have seen?
Resolve 18.6.5 Mac OSX 14.4 Sonoma
Mac Studio Max 32GB
Online

Jim Simon

  • Posts: 29820
  • Joined: Fri Dec 23, 2016 1:47 am

Re: SHIFT to Temporary Invert Snapping

PostThu Oct 27, 2022 12:16 am

I had a misunderstanding.

I thought we were supposed to hold N.

But we just hit N after the drag has started to inverse it's behavior temporarily.
My Biases:

You NEED training.
You NEED a desktop.
You NEED a calibrated (non-computer) display.
Offline

studio1492

  • Posts: 653
  • Joined: Fri Oct 26, 2018 6:22 pm
  • Real Name: Fran Navas

Re: Shift to Temporary Invert Snapping

PostThu Oct 27, 2022 3:07 pm

I like the idea of a modification key to invert snapping while dragging a clip on the timeline.
- MBP 14" M1 Pro 16GB, 1TB, 10 core CPU, 16 core GPU.
- Resolve Studio 18.6.4 @ macOS 13.6.2
- Mini Panel v2.0
- Speed Editor (gathering dust until killer custom keys arrive)
- Synology DS218
Online

Jim Simon

  • Posts: 29820
  • Joined: Fri Dec 23, 2016 1:47 am

Re: Shift to Temporary Invert Snapping

PostThu Oct 27, 2022 3:36 pm

That's what N does, Fran.
My Biases:

You NEED training.
You NEED a desktop.
You NEED a calibrated (non-computer) display.

Return to DaVinci Resolve Feature Requests

Who is online

Users browsing this forum: No registered users and 12 guests