Command Line args don't work while in full-screen preview?
Posted: 18.10.2013 22:32:10
Hi,
I have the Microsoft Natural Ergonomic Keyboard 4000.
It has lots of extra buttons -- at the top it has buttons labeled 1, 2, 3, 4, and 5 (these are not the regular number buttons, these are programmable). And at the bottom it has "Back" and "Forward" -- I've configured those buttons to launch the app with the following command line arguments:
"1": "C:\Program Files (x86)\Dexpot\dexpot.exe" -w 1
"2": "C:\Program Files (x86)\Dexpot\dexpot.exe" -w 2
"3": "C:\Program Files (x86)\Dexpot\dexpot.exe" -w 3
"4": "C:\Program Files (x86)\Dexpot\dexpot.exe" -w 4
"5": "C:\Program Files (x86)\Dexpot\dexpot.exe" -V
Back: "C:\Program Files (x86)\Dexpot\dexpot.exe" -prev
Forward: "C:\Program Files (x86)\Dexpot\dexpot.exe" -next
It works for the most part (and in some cases, better than regular hot key combinations -- which can get swallowed up by the app which has focus -- Orcale VirtualBox likes to steal hot keys from me a lot and send them to the VM that has focus instead of letting the app get it -- but this command line approach seems to work much better)...
But there are a few things that don't work / that I can't figure out how to make work:
If I press "5" (to bring up the full-screen preview) and then hit a number ("1" - "4") or "Back" or "Forward" almost nothing happens. It just stays in full screen preview. If I hit enough numbers (like maybe 3 to 10 of the keys), eventually the preview gets all weirded out and flickers and such -- or the rendering gets screwed up -- but that's it.
----------------------------------------------------------------------------------------------------
Also, it would be awesome if I could hit like a key combination like "alt" and the programmable key, and have it move the current window to a given screen or ctrl+programmable key to copy the window, or ctrl+shift to copy and switch desktop / alt+shift to move and switch, etc...
-- If there were command line params for the above, I could maybe assign those keys to another app -- or a script even -- which could detect if I was pressing alt/shift/ctrl, and send different args to the app... but I didn't see any command line arguments for copy/move -- only switch desktop.
Thanks,
--Mikey
I have the Microsoft Natural Ergonomic Keyboard 4000.
It has lots of extra buttons -- at the top it has buttons labeled 1, 2, 3, 4, and 5 (these are not the regular number buttons, these are programmable). And at the bottom it has "Back" and "Forward" -- I've configured those buttons to launch the app with the following command line arguments:
"1": "C:\Program Files (x86)\Dexpot\dexpot.exe" -w 1
"2": "C:\Program Files (x86)\Dexpot\dexpot.exe" -w 2
"3": "C:\Program Files (x86)\Dexpot\dexpot.exe" -w 3
"4": "C:\Program Files (x86)\Dexpot\dexpot.exe" -w 4
"5": "C:\Program Files (x86)\Dexpot\dexpot.exe" -V
Back: "C:\Program Files (x86)\Dexpot\dexpot.exe" -prev
Forward: "C:\Program Files (x86)\Dexpot\dexpot.exe" -next
It works for the most part (and in some cases, better than regular hot key combinations -- which can get swallowed up by the app which has focus -- Orcale VirtualBox likes to steal hot keys from me a lot and send them to the VM that has focus instead of letting the app get it -- but this command line approach seems to work much better)...
But there are a few things that don't work / that I can't figure out how to make work:
If I press "5" (to bring up the full-screen preview) and then hit a number ("1" - "4") or "Back" or "Forward" almost nothing happens. It just stays in full screen preview. If I hit enough numbers (like maybe 3 to 10 of the keys), eventually the preview gets all weirded out and flickers and such -- or the rendering gets screwed up -- but that's it.
----------------------------------------------------------------------------------------------------
Also, it would be awesome if I could hit like a key combination like "alt" and the programmable key, and have it move the current window to a given screen or ctrl+programmable key to copy the window, or ctrl+shift to copy and switch desktop / alt+shift to move and switch, etc...
-- If there were command line params for the above, I could maybe assign those keys to another app -- or a script even -- which could detect if I was pressing alt/shift/ctrl, and send different args to the app... but I didn't see any command line arguments for copy/move -- only switch desktop.
Thanks,
--Mikey
