Search found 796 matches

by Tom
Aug 29th, ’19, 19:05
Forum: Suggestions
Topic: Te for shutdown
Replies: 6
Views: 5327

Re: Te for shutdown

Tom wrote: Aug 29th, ’19, 11:48Shutdown is a Dos command - change it as you like: https://www.computerhope.com/shutdown.htm
by Tom
Aug 29th, ’19, 11:48
Forum: Suggestions
Topic: Te for shutdown
Replies: 6
Views: 5327

Re: Te for shutdown

There is nothing to be fixed in FastKeys.
Shutdown is a Dos command - change it as you like: https://www.computerhope.com/shutdown.htm
by Tom
Aug 24th, ’19, 20:20
Forum: User Commands and Scripts
Topic: Some tweaks with ESCAPE key
Replies: 4
Views: 5119

Re: Some tweaks with ESCAPE key

Shortcut: Space (with $-Hook option)

Code: Select all

Send {Space}
KeyWait, Space, T0.6    ; 0.6 msec
If ErrorLevel
{
    WinGetTitle, Title, A 
    WinHide, A
    KeyWait, Space
    WinShow, %Title%
}
by Tom
Aug 23rd, ’19, 11:37
Forum: User Commands and Scripts
Topic: Some tweaks with ESCAPE key
Replies: 4
Views: 5119

Re: Some tweaks with ESCAPE key

Good idea.
Shortcut: Escape (with hook option)

Code: Select all

WinGetTitle, Title, A 
WinHide, A
KeyWait, Esc
WinShow, %Title%
by Tom
Aug 8th, ’19, 23:07
Forum: General Discussion
Topic: type command
Replies: 3
Views: 1766

Re: type command

What would you like to do?
by Tom
Jul 30th, ’19, 22:41
Forum: Suggestions
Topic: Requiring Administrator login
Replies: 6
Views: 4924

Re: Requiring Administrator login

Hi Greg, if the setting is greyed out than you are using the Enterprise Edition with specific corporate policy settings. Please contact our support mail for further detailed support.
by Tom
Jul 27th, ’19, 13:28
Forum: Suggestions
Topic: Te for shutdown
Replies: 6
Views: 5327

Re: Te for shutdown

Have you tried all scripts in the Library? For example, there is a difference between a shutdown and hibernate.
You can also try various options:
https://www.autohotkey.com/docs/commands/Shutdown.htm
by Tom
Jul 27th, ’19, 10:34
Forum: User Commands and Scripts
Topic: How to trim extra space when selecting text?
Replies: 17
Views: 15488

Re: How to trim extra space when selecting text?

How about his? Notepad Format/WordWrap must be set to off. filename:="words.txt" delimiter:=";" Send, ^c Sleep, 200 word=%clipboard% FileRead, OUT, %filename% found:=0 Loop, Parse, OUT, `n, `r { if A_LoopField contains %word%%delimiter% { StringSplit, COL, A_LoopField, %delimiter...
by Tom
Jul 24th, ’19, 21:00
Forum: User Commands and Scripts
Topic: How to trim extra space when selecting text?
Replies: 17
Views: 15488

Re: How to trim extra space when selecting text?

I'll try over the weekend. ;)
by Tom
Jul 22nd, ’19, 20:53
Forum: Suggestions
Topic: Te at end
Replies: 27
Views: 28642

Re: Te at end

This works:

String: xx
Type: Open
Command: https://www.xyplorer.com/
Options: Trigger immediately