It is currently Mon Apr 22, 2024 11:45 pm

All times are UTC - 8 hours [ DST ]


Forum rules


Please, keep discussions on topic and in the right forum. The start menu topics go into the Classic Start Menu forum, etc. This makes it easier for people to locate topics they are looking for.
If you get a satisfactory response to your question, please mark the topic as "solved". Click the green √ button in the bottom-right of the post.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Sun Mar 30, 2014 2:39 pm 
Offline

Joined: Mon Nov 04, 2013 7:27 pm
Posts: 11
I hid the command bar in windows 7 as I don't use it but I'm trying to do a little script for show/hide preview pane in windows 7 (using the hotkeys ALT+P).

Launching manually works, but the command/compiled *.exe doesn't. It hangs Explorer.exe and I've to restart it.

This is its code:
Code:
#NoTrayIcon
Send,{Alt down}{P}{Alt up}
Exit


Any ideas? :)


Top
 Profile  
Reply with quote  
PostPosted: Sun Mar 30, 2014 10:42 pm 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
If you are using an older version of AutoHotkey, it has an issue with Windows Defender/Microsoft Security Essentials. It blocks compiled EXEs scripts from running for some time while it scans them and during that time it nearly freezes Explorer and sometimes the whole of Windows. Update to the latest AutoHotkey and try compiling the script using the newest compiler again.

Also, for the script to be compatible with Windows 8, use small p because AutoHotkey takes P as Shift+p. (Alt+Shift+P in Windows 8 toggles the Details pane.)

#NoTrayIcon
Send,{Alt down}{p}{Alt up}

_________________
Links to some general topics:

Compare Start Menus

Read the Search box usage guide.

I am a Windows enthusiast and helped a little with Classic Shell's testing and usability/UX feedback.


Top
 Profile  
Reply with quote  
PostPosted: Sun Apr 06, 2014 3:36 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
Good news. The latest Classic Shell 4.0.6 has a built-in button now to toggle the folder/navigation pane as well as the Details pane and the Preview pane.

_________________
Links to some general topics:

Compare Start Menus

Read the Search box usage guide.

I am a Windows enthusiast and helped a little with Classic Shell's testing and usability/UX feedback.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 30 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group, Almsamim WYSIWYG Classic Shell © 2010-2016, Ivo Beltchev.
All right reserved.