From e3e96b10e439644f009d8c3f3dc159db23904df7 Mon Sep 17 00:00:00 2001 From: Joe Ipson Date: Tue, 15 Mar 2016 10:52:42 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e7b3a6..b4b77d2 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,10 @@ I have added a listener to the hotkey of Ctrl+Alt+Right/Left. With this hotkey, Limitations ------------------------ * Due to not wanting to make lots of tray icons, this program only supports up to 9 virtual desktops (it will crash if you go above that). + * If you try switch between desktops too quickly, windows on different desktops will try to gain focus (you'll see what I mean when you try it out) * It needs more testing to see how well it will handle suspend/hibernation events. * You will need to relaunch the program if explorer.exe crashes. * Hotkeys are statically coded in, so if you want to configure them, you'll have to modify the source. * It doesn't handle it very well when you add or create virtual desktops while it's running. You'll need to relaunch it. -I'm trying to work on these issues, but if you have a solution, just throw in a PR and I'll take a look. \ No newline at end of file +I'm trying to work on these issues, but if you have a solution, just throw in a PR and I'll take a look. From c44eefa30170809269805c5a756ab7c0482db686 Mon Sep 17 00:00:00 2001 From: Joe Ipson Date: Tue, 15 Mar 2016 10:52:57 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b77d2..3d8a331 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ I have added a listener to the hotkey of Ctrl+Alt+Right/Left. With this hotkey, Limitations ------------------------ * Due to not wanting to make lots of tray icons, this program only supports up to 9 virtual desktops (it will crash if you go above that). - * If you try switch between desktops too quickly, windows on different desktops will try to gain focus (you'll see what I mean when you try it out) + * If you try switch between desktops too quickly, windows on different desktops will try to gain focus (you'll see what I mean when you try it out). * It needs more testing to see how well it will handle suspend/hibernation events. * You will need to relaunch the program if explorer.exe crashes. * Hotkeys are statically coded in, so if you want to configure them, you'll have to modify the source.