AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 13 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Remap Shift + Backspace Question
dandersahn

Replies: 1
Views: 394

PostForum: Ask for Help   Posted: Sat Apr 17, 2010 12:36 pm   Subject: Remap Shift + Backspace Question
I am trying to remap shift + backspace to delete on a Macbook Pro. It seems fairly straghtforward using the following...

+BS::Send {Del}

The problem is that when I use the key ...
  Topic: Remapping the Fn key - a solution
dandersahn

Replies: 22
Views: 18571

PostForum: Scripts & Functions   Posted: Fri Apr 16, 2010 10:53 pm   Subject: Remapping the Fn key - a solution
I'm looking for the same thing as tinaa. Don't suppose anyone has a solution? Looks like no response for more than a year, so I will guess no.
  Topic: Win Shift Tab?
dandersahn

Replies: 5
Views: 433

PostForum: Ask for Help   Posted: Mon Apr 05, 2010 2:51 pm   Subject: Win Shift Tab?
Has anyone figured this out? I'm looking to do the same thing.

Basically I would like my AltTab substitute hotkey combo to reverse direction when I hold shift down the same way that the standard ...
  Topic: Open Vista Control Panel
dandersahn

Replies: 4
Views: 515

PostForum: Ask for Help   Posted: Mon Feb 02, 2009 8:14 pm   Subject: Open Vista Control Panel
Finally figured it out. I used the "copy address" function in the address bar, then created a new shortcut and pasted the address into the location field. The new shortcut doesn't work, bu ...
  Topic: Open Vista Control Panel
dandersahn

Replies: 4
Views: 515

PostForum: Ask for Help   Posted: Mon Feb 02, 2009 7:59 pm   Subject: Open Vista Control Panel
Yes and no. I have actually employed a number of those commands individually, but what I'm trying to do is open the window displaying *all* of those control panel items. The bizarre thing is that if ...
  Topic: Open Vista Control Panel
dandersahn

Replies: 4
Views: 515

PostForum: Ask for Help   Posted: Mon Feb 02, 2009 3:24 pm   Subject: Open Vista Control Panel
Does anyone know how to open the Vista "all control panel items" view via an AHK command? When "control.exe" is run through AHK, the vast majority of the control panel items are m ...
  Topic: New Folder In Explorer
dandersahn

Replies: 2
Views: 450

PostForum: Ask for Help   Posted: Wed Nov 12, 2008 6:29 pm   Subject: New Folder In Explorer
Thanks. That won't quite work for me because I don't use the full path title option for Explorer windows and it also won't work for "special" folders like "my documents". I would ...
  Topic: New Folder In Explorer
dandersahn

Replies: 2
Views: 450

PostForum: Ask for Help   Posted: Wed Nov 12, 2008 5:18 pm   Subject: New Folder In Explorer
I'm trying to create a hotkey to create a new folder in Windows Explorer. Doesn't seem like it should be hard, but I can't get it to work consistently. I have had no success with WinMenuSelectItem a ...
  Topic: Better Samurize Integration
dandersahn

Replies: 0
Views: 377

PostForum: Ask for Help   Posted: Wed Oct 29, 2008 4:17 pm   Subject: Better Samurize Integration
I'm looking for suggestions for a good way to integrate some functions that I have written in AHK into Samurize. If AHK had an easy way to display Alpha mapped partially transparent images on my desk ...
  Topic: Hide Taskbar Button for DllCall
dandersahn

Replies: 2
Views: 373

PostForum: Ask for Help   Posted: Fri Oct 17, 2008 3:20 am   Subject: Hide Taskbar Button for DllCall
Works perfectly. Thank you.
  Topic: Hide Taskbar Button for DllCall
dandersahn

Replies: 2
Views: 373

PostForum: Ask for Help   Posted: Thu Oct 16, 2008 3:40 am   Subject: Hide Taskbar Button for DllCall
Is there any way to hide the taskbar button when making a DllCall that produces a dialog? I'm using the following code.

#NoTrayIcon
#NoEnv
#SingleInstance force

SHERB_NOCONFIRMATION := 1 ...
  Topic: Recycling Bin in System Tray
dandersahn

Replies: 8
Views: 1985

PostForum: Ask for Help   Posted: Mon Oct 13, 2008 6:25 pm   Subject: Recycling Bin in System Tray
Thanks. That worked perfectly.
  Topic: Recycling Bin in System Tray
dandersahn

Replies: 8
Views: 1985

PostForum: Ask for Help   Posted: Mon Oct 06, 2008 6:32 pm   Subject: Recycling Bin in System Tray
Can anyone tell me how to modify this function to return total size of the items in the bins instead of the number of items?

Recycled(drv="") {
IfEqual, drv,, EnvGet, drv ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group