rlv-dan / PhotoSift

Quickly organize unsorted images into folders using the keyboard
GNU General Public License v3.0
47 stars 8 forks source link

Check "Windows" key on KeyUp #10

Closed yfdyh000 closed 4 years ago

yfdyh000 commented 4 years ago

2 : Win + Arrows - shouldn't navigate, but just resize the window.

Note: This commit is not passed, it seems to require .NET 3.0 or higher. Merging #6 is a good idea, it has nothing superfluous.

rlv-dan commented 4 years ago

System.Windows.Input is part of WPF. Instead of referencing WPF I added checks for WinL/WinR keys in Key_Up/Key_Down events.