Skip to main content

All Questions

Tagged with
-1 votes
1 answer
75 views

XP Right Click doesn't work for multiple selection

When I right click on a text file and select 'Open' it opens the file in notepad. But when I click multiple text files then select 'Open' nothing happens. Can someone help me on this? If it could be ...
Dhay's user avatar
  • 133
0 votes
2 answers
486 views

Chrome didn't response correctly with AutoHotKey sequence Alt, Space, N

I wrote a script with AutoHotkey to minimize a current using windows task. Namely a sequence of key of Alt, Space, n activated by the press of the right Win key. RWin::Send !{Space}n It work ...
lamwaiman1988's user avatar
0 votes
1 answer
4k views

How program AutoHotKey for Alt + Space + N?

The sequence Alt + Space + N ( press Alt and Space together, then press N ) can easily minimize the current windows. I need to remap it to a useless key in my keyboard, for example, the right Win key ...
lamwaiman1988's user avatar
1 vote
1 answer
1k views

AutoHotKey script not recognizing Windows Explorer

I've made a script that will set an environment variable to the path in the current Explorer windows when its hotkey is pressed. However, I want this to only trigger if the active window is an ...
SaintWacko's user avatar
  • 1,574
1 vote
1 answer
290 views

How do I make F1 be a hotkey in Windows XP assigned to creating a new folder?

How do I make F1 be a hotkey in Windows XP assigned to creating a new folder? I don't know too much about programming or scripting. Can AutoHotkey do this?
grandproducts's user avatar
-1 votes
2 answers
684 views

How do I show the user's initials and timestamp using a specific format when the user hits Ctrl-D?

How do I make that when I press Ctrl+D on my computer the User initials and time stamp show up in flowing format: <RL mm/dd/yyy hh:mm:ss>. The time and date should be the current time and date.
RLib's user avatar
  • 1
26 votes
6 answers
14k views

Disable Ctrl+Z shortcut or clear undo history in Windows Explorer?

Is there any way to disable the CTRL+Z (Undo) shortcut in Windows Explorer? Alternatively, is there a way to have Windows Explorer "forget" its undo history? The reason I ask is that you may have ...
JustinStolle's user avatar
  • 1,544
0 votes
1 answer
1k views

What program can I use to keep a window active in Windows XP?

I've heard of a program called 'Caffine' that can stop Windows XP screen saver from activating - but I would like to keep a particular window 'alive' even if the workstation locks.
Matt 'Trouble' Esse's user avatar
3 votes
2 answers
7k views

Disable all 'Ctrl' key shortcuts in AutoHotkey?

I'm trying to lock down a kiosk PC and need to disable various 'Ctrl + key' keyboard shortcuts. I started by disabling them individually using AutoHotkey... ^F4::return ^w::return ^+w::return ^Esc::...
pelms's user avatar
  • 9,321
12 votes
4 answers
10k views

Switch Ctrl and Alt with AutoHotKey without messing up the Alt-Tab switcher?

I want to switch the Ctrl and Alt keys in Windows XP. I created an AutoHotKey script that contains the following: LAlt::LCtrl RAlt::RCtrl LCtrl::LAlt RCtrl::RAlt This works, but the only problem ...
dvcolgan's user avatar
  • 824
2 votes
2 answers
910 views

Starting cmd in directory Windows Explorer is currently

Is there a way to start cmd (using Autohotkey or even more preferably Hotkeyz) in the directory in which Explorer is currently (i.e. in the directory which is currently open in Windows Explorer)? ...
Rook's user avatar
  • 24k
1 vote
1 answer
537 views

Is there any way i can remove line breaks (not paragraph breaks) from a word document quickly?

Is there any way i can remove line breaks (not paragraph breaks) from a word document quickly? Can we do in one shot using Autohotkey? i have a large document in columns like this: xxxxx x xxxx xxx ...
metal gear solid's user avatar
1 vote
1 answer
139 views

How to convert grop of sentences into html list using autohotkey

for example if 4 sentences like this then Sem ullamcorper amet, dictumst sollicitudin Erat duis vel, totam eu, amet justo. Sed corporis In mauris odio. Penatibus pede. Mollis in. Quis Id lacinia ...
metal gear solid's user avatar
1 vote
1 answer
107 views

if selected text has site url and email address then i want to convert all url and email address into link?

for example this None of the shortcuts are things you couldn't do within Windows with a few extra clicks or with a small 3rd-party app, but http://JDContextMenu.com bundles them together into a ...
metal gear solid's user avatar
-2 votes
4 answers
1k views

Shoot me a reminder 20 minutes after logon please [closed]

Is it possible to create a reminder notification to notify 20 minutes after a computer is logged onto by any user account? The goal is to have the notification be triggered after 20 minutes of usage ...
metal gear solid's user avatar

15 30 50 per page