]> granicus.if.org Git - handbrake/commit
WinGui: Add support for keyboard shortcuts. These are slightly different to the old...
authorsr55 <sr55.hb@outlook.com>
Sun, 8 Jul 2012 11:25:45 +0000 (11:25 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 8 Jul 2012 11:25:45 +0000 (11:25 +0000)
commitda44aa82136fb9423f041b200b3e40632b8287e7
tree3488aa667e0bcb0b8a54eec8c11fd8f98e3c2c41
parent7746907bf0ae4ef3f02aaa28a34a493dade912a2
WinGui: Add support for keyboard shortcuts. These are slightly different to the old UI. See Below.

// Start Encode (Ctrl+S)
// Stop Encode (Ctrl+K)
// Open Log Window (Ctrl+L)
// Open Queue Window (Ctrl+Q)
// Add to Queue (Ctrl+A)
// Scan a File (Ctrl+F)
// Scan a Folder (Ctrl+R)

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4820 b64f7644-9d1e-0410-96f1-a4d463321fa5
win/CS/HandBrakeWPF/Commands/ProcessShortcutCommand.cs [new file with mode: 0644]
win/CS/HandBrakeWPF/HandBrakeWPF.csproj
win/CS/HandBrakeWPF/ViewModels/Interfaces/IMainViewModel.cs
win/CS/HandBrakeWPF/Views/MainView.xaml.cs
win/CS/HandBrakeWPF/Views/ShellView.xaml.cs