Ref #598: Option to set default drag-drop behaviour to local folder as 'move' not...
authorColin Clark <cclark@carbon>
Mon, 3 Feb 2020 14:45:17 +0000 (14:45 +0000)
committerColin Clark <cclark@carbon>
Mon, 3 Feb 2020 14:45:17 +0000 (14:45 +0000)
commit3bb1d2231c07028039ad7d2589371881e4e9ef66
tree418bf00ec49ea1e4c209f5793128c4345aa35bdc
parent44ca3574b1f95d8217ca272c254b054914bdf247
Ref #598: Option to set default drag-drop behaviour to local folder as 'move' not 'copy'

https://github.com/BestImageViewer/geeqie/issues/598

With GTK2 shift+drag moved the target, control+drag copied the target,
and no modifier key caused a pop-up menu to appear.
With GTK3 the modifier keys are not recognized correctly.
This patch reinstates the previous functionality.
src/view_dir.c