diff --git a/README.md b/README.md index 1eb99a3..36dd020 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ choco install FreeVD ### Hotkeys: -These are the default hotkeys. You can configure these any way you'd like. +These are the default hotkeys. In the future custom hotkeys will be available. + + Navigate Desktops: WIN+CTRL+Numpad @@ -25,14 +27,18 @@ Move Window & Follow: WIN+CTRL+ALT+Numpad WIN+CTRL+ALT+LEFT or RIGHT +## Window Pinning: + + + Pin/Unpin Applications: -WIN+ALT+A +WIN+ALT+A +(Pinning an application will pin all instances of that application.) + +Pin/Unpin Windows: +WIN+ALT+W +(Pinning a window will pin only that window, not other windows from the same application.) -__What is the difference between pin app and pin window?__ -An easy way to imagine this is if you use `pin window` on a chrome browser window, -only that window will be visible on all desktops. Any other chrome windows would -stay on a single desktop. If you were to `pin application` on a chrome window then -all chrome windows would show up on all desktops. This includes new chrome windows. --- -**FreeVD started as a fork from the [last FOSS version](https://github.com/mzomparelli/zVirtualDesktop/tree/b623c87da69e9b45cf87141a216787a30477b934) of [mzomparelli](https://github.com/mzomparelli)'s [zVirtualDesktop](https://github.com/mzomparelli/zVirtualDesktop), and has continued to be developed as free and open-source.** \ No newline at end of file +FreeVD started as a fork from the [last FOSS version](https://github.com/mzomparelli/zVirtualDesktop/tree/b623c87da69e9b45cf87141a216787a30477b934) of [mzomparelli](https://github.com/mzomparelli)'s [zVirtualDesktop](https://github.com/mzomparelli/zVirtualDesktop), and has continued to be developed as free and open-source. \ No newline at end of file diff --git a/Screenshots/Hotkeys.png b/Screenshots/Hotkeys.png new file mode 100644 index 0000000..3b0d13d Binary files /dev/null and b/Screenshots/Hotkeys.png differ diff --git a/Screenshots/Pins.png b/Screenshots/Pins.png new file mode 100644 index 0000000..57521e0 Binary files /dev/null and b/Screenshots/Pins.png differ