Search found 8 matches

by JuanmaMenendez
30 Apr 2019, 17:33
Forum: Scripts and Functions (v1)
Topic: Switch between open Windows of the same type and same App
Replies: 2
Views: 7043

Switch between open Windows of the same type and same App

This AutoHotkey script is to switch between open Windows of the same type and same App (.exe) The hotkey is (Alt + ~) The "type" checking is based on the App's Title convention that stipulates that the App name should be at the end of the Window title (Eg: New Document - Word ) It works well with r...
by JuanmaMenendez
30 Apr 2019, 17:14
Forum: Scripts and Functions (v1)
Topic: How to launch, maximize, minimize a chrome application
Replies: 4
Views: 4683

Re: How to launch, maximize, minimize a chrome application

Thanks arcety ! I added to it another functionality ( Alt + ~ ) to switch between open windows of the same App. It works besides regular Window Apps , with Chrome Shortcuts and Chrome Apps as well. https://github.com/JuanmaMenendez/AutoHotkey-script-Open-Show-Apps PS: Mac has very similar functional...
by JuanmaMenendez
30 Apr 2019, 16:53
Forum: Scripts and Functions (v1)
Topic: Open, show, minimize Windows Apps, Chrome Shortcuts, Chrome Apps
Replies: 2
Views: 3399

Re: Open, show, minimize Windows Apps, Google Shortcuts, Google Apps

Thanks @SL5 !

I added to it another functionality ( Alt + ~ ) to switch between open windows of the same App.
It works besides regular Window Apps, with Chrome Shortcuts and Chrome Apps as well.

Mac has very similar functionality with the same hotkey.
by JuanmaMenendez
13 Apr 2019, 21:01
Forum: General Discussion
Topic: A Github organisation for ahkscript
Replies: 247
Views: 186761

Re: A Github organisation for ahkscript

Please add me "JuanmaMenendez"
My GitHub is "https://github.com/JuanmaMenendez"
by JuanmaMenendez
11 Apr 2019, 19:19
Forum: Ask for Help (v1)
Topic: Command to run shortcuts
Replies: 8
Views: 14537

Re: Command to run shortcuts

I created a script very easy to configure that allow to Open, Minimize or Restore a Window Shortcut, a Window App, a Chrome App or a Chrome shortcut. It also has some other features like Error catching etc.. the code is here https://github.com/JuanmaMenendez/AutoHotkey-script-Open-Show-Apps I hope y...
by JuanmaMenendez
11 Apr 2019, 19:08
Forum: Scripts and Functions (v1)
Topic: How to launch, maximize, minimize a chrome application
Replies: 4
Views: 4683

Re: How to launch, maximize, minimize a chrome application

Hi Rick, nice script!

I create one similar but with some small improvements like Error catch etc.. https://github.com/JuanmaMenendez/AutoHotkey-script-Open-Show-Apps be my guest and give me your opinion about what to improve ;)
by JuanmaMenendez
11 Apr 2019, 19:05
Forum: Scripts and Functions (v1)
Topic: Open, show, minimize Windows Apps, Chrome Shortcuts, Chrome Apps
Replies: 2
Views: 3399

Open, show, minimize Windows Apps, Chrome Shortcuts, Chrome Apps

This AutoHotkey script is to Open, Restore or Minimize (if it is already opened) the desired Window or Chrome Apps, using the shortcuts key (hotkeys) that you want to set. There are two utility functions for this purpose: a) Useful for regular Window Apps OpenOrShowAppBasedOnExeName(AppAddress) b) ...

Go to advanced search