You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the few features I missed from macOS is [Quick Look](https://en.wikipedia.org/wiki/Quick_Look). It allows user peek into a file content in a lightening speed by just pressing the <kbd>Space</kbd> key. Windows, on the other hand, does not have this handy feature ... until now.
16
+
One of the few features I missed from macOS is [Quick Look](https://en.wikipedia.org/wiki/Quick_Look). It allows user peek into a file content in lightning speed by just pressing the <kbd>Space</kbd> key. Windows, on the other hand, does not have this handy feature ... until now.
17
17
18
-
I am aware that several alternatives are already available on the Internet (e.g. [WinQuickLook](https://github.com/shibayan/WinQuickLook) and [Seer](https://github.com/ccseer/Seer)). Despite these options, I still decided to craft another one by myself, because they are either not being actively developed, lack of variety, or ask for a amount of $$$.
18
+
I am aware that several alternatives are already available on the Internet (e.g. [WinQuickLook](https://github.com/shibayan/WinQuickLook) and [Seer](https://github.com/ccseer/Seer)). Despite these options, I still decided to craft another one by myself, because they are either not being actively developed, lack of variety, or ask for an amount of $$$.
19
19
20
20
## Highlights
21
21
@@ -44,10 +44,10 @@ Get it from one of the following sources:
44
44
### Typical usecase
45
45
46
46
1. Run `QuickLook.exe` (only necessary if autostart is disabled)
47
-
1. Select any file or folder (on the Desktop, in a File Explorer window, in an *Open* or *Save-File*dialog, doesn't matter)
47
+
1. Select any file or folder (on the Desktop, in a File Explorer window, in an *Open* or *Save-File*dialogue, doesn't matter)
48
48
1. Press <kbd>Spacebar</kbd>
49
-
1. Enjoy preview and interact with it
50
-
1. Preview next file by clicking on it or using arrow-keys (arrow-keys move selection in the background if the preview hasn't been klicked)
49
+
1. Enjoy the preview and interact with it
50
+
1. Preview next file by clicking on it or using arrow-keys (arrow-keys move selection in the background if the preview window is not in focus)
51
51
1. When you're done close it by either hitting <kbd>Spacebar</kbd> again, pressing <kbd>Esc</kbd> or clicking the `⨉` button
52
52
53
53
### Hotkeys and buttons
@@ -72,8 +72,8 @@ See the [Translation guide](https://github.com/QL-Win/QuickLook/wiki/Translation
72
72
- Many [open-source projects](https://github.com/QL-Win/QuickLook/wiki/On-the-Shoulders-of-Giants) and their contributors
73
73
- Our UI designers [@OiCkilL](https://twitter.com/OiCkilL) (“Fluent” user interface since v0.3) and [@QubitsDev](https://twitter.com/qubitsdev) (application icon since v0.3)
74
74
-[Our contributers](https://github.com/QL-Win/QuickLook/graphs/contributors) who
75
-
- teach QuickLook speaks *your* language
76
-
- send pull requests, report bugs or give suggestions
75
+
- teach QuickLook speaks *your* language
76
+
- send pull requests, report bugs or give suggestions
77
77
- ... and you 😊
78
78
79
79
## Licenses
@@ -84,4 +84,4 @@ This project references many other open-source projects. See [here](https://gith
84
84
85
85
All source codes are licensed under [GPL-3.0](https://opensource.org/licenses/GPL-3.0).
86
86
87
-
If you want make any modification on these source codes while keeping new codes not protected by GPL-3.0, please contact me for a sublicense instead.
87
+
If you want to make any modification on these source codes while keeping new codes not protected by GPL-3.0, please contact me for a sublicense instead.
0 commit comments