Basically, when eM Client is minimized into tray, i could just assign a hotkey, say… CTRL + tilde and a new compose window will appear. You can test out a similar feature, integrated into Mailbird.
How soon can I expect this to be integrated? Clearly it’s a great idea, no need to think about it. Here is the window that would appear on my monitor, once the global keyboard hotkey is pressed…
I’m a former Mailbird user as well and I really like this feature.
Other users; as a workaround you might be able to use a program like Breevy to create a hotkey to accomplish the same thing. I think it might depends on whether or not the emclient executable accepts switches to compose a new message, for example.
Well . . . this is not an eM Client issue, but a Windows one. The functionality is already there in Windows. Global shortcuts for doing most anything can be created under Windows without the need for third party apps.
You create a shortcut for mailto: location, and then assign a shortcut key to that. Whatever mail client you have set as the default for mailto: will open a new message windows when you use the shortcut key.
I followed the steps you posted but when I create the shortcut and pull up the properties there is no ‘Web Document’ tab. I’m running the latest version of Windows 10 fall creators update. Perhaps they removed this functionality from Explorer.
I found a fix for the missing ‘Web Document’ tab issue. That also seems to have eliminated the problem where the shortcut itself was being included as a file attachment on the new emails.
Only outstanding problem is that Windows won’t let me assign CTRL+Space as the global hotkey combination.
The CTRL-Space shortcut is not already in use by Windows. For whatever reason, it will not let the user assign that key combination as a shortcut hotkey.
Furthermore, it seems that two key (CTRL+key) shortcuts are not allowed at all. It seems to require the use of either the SHIFT or ALT in in combination with the CTRL key.
(R) click in My Documents > New > AutoHotkey Script
Just copy / paste below snippet, save it and than double-click to run it with AHK. Using CTRL + ` will compose new email with your default email client.
; CTRL + - Compose Email ^::
Run mailto:
Return
I too was frustrated with the forced CTRL + ALT combo.