Todoist Keyboard Shortcuts (Greek → English)

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
mdkgr
Posts: 2
Joined: 21 Mar 2023, 02:07

Todoist Keyboard Shortcuts (Greek → English)

Post by mdkgr » 21 Mar 2023, 02:15

Hello,

I love Todoist (productivity software), it has changed my life.

Like all of the people in this forum I presume, I'm a power user in Windows, I use shortcuts 95% of the time for everything but I frequently have to switch between Greek and English keyboard layout.

When I'm in the Greek layout I can't use your wonderful keyboard shortcuts in Todoist Windows app... Have to Shift + Alt which is a colossal waste of time.

When Todoist windows is active, I want to remap all the english letters to greek ones. For example, G → Γ, S → Σ.

I just to see how to do it with one letter and I'll do the rest...

Any ideas how to go about this? Tried something myself and searched into the forums, but couldn't finish the job.

Thanks in advance!

swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Todoist Keyboard Shortcuts (Greek → English)

Post by swagfag » 21 Mar 2023, 02:48

Code: Select all

#HotIf WinActive('ahk_exe todois_or_whatever_its_called.exe')
g::Γ

User avatar
mikeyww
Posts: 26856
Joined: 09 Sep 2014, 18:38

Re: Todoist Keyboard Shortcuts (Greek → English)

Post by mikeyww » 21 Mar 2023, 06:09

Another approach is for AHK to detect the program change and then also alter the keyboard layout automatically.

mdkgr
Posts: 2
Joined: 21 Mar 2023, 02:07

Re: Todoist Keyboard Shortcuts (Greek → English)

Post by mdkgr » 24 Mar 2023, 14:49

Thank you both for the answers, sorry for the late reply, thought I would get an e-mail when someone would post in the thread.

I get this error:

Image

Seems odd

User avatar
mikeyww
Posts: 26856
Joined: 09 Sep 2014, 18:38

Re: Todoist Keyboard Shortcuts (Greek → English)

Post by mikeyww » 24 Mar 2023, 19:22

This is the v2 forum, and that is a v2 script.

User avatar
boiler
Posts: 16902
Joined: 21 Dec 2014, 02:44

Re: Todoist Keyboard Shortcuts (Greek → English)

Post by boiler » 25 Mar 2023, 06:57

Moved topic to the v1 section.

The v1 version of that line is:

Code: Select all

#If WinActive("ahk_exe Todoist.exe")

Post Reply

Return to “Ask for Help (v1)”