mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 23:29:34 +00:00
Added hook for CTRL+V to begin testing the file viewer.
This commit is contained in:
parent
53eecbf8e0
commit
28a80c00a2
@ -1312,6 +1312,8 @@ public class DiskExplorerTab {
|
||||
break;
|
||||
case CTRL_V: // View file
|
||||
// TODO
|
||||
FileViewerWindow window = new FileViewerWindow(shell, fileEntry, imageManager);
|
||||
window.open();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user