Hi Team,
Is there a way that we can use ESC key on keyboard as substitution for Alt+Back.
Thanks in advance, any help will be appreciated.
Hi Team,
Is there a way that we can use ESC key on keyboard as substitution for Alt+Back.
Thanks in advance, any help will be appreciated.
In what context? What are you trying to do?
Couldn’t find anything for ALT+BACK, but maybe I am mistaken.
Do you mean ALT + TAB?
Have a look at
This program gives you the option to customize keys.
Sorry may be i was not clear enough, what i meant was instead of using Alt + ← arrow key to jump back a page at a time can we use Esc Key to jump back a page at a time.
Thanks
I assume you only want to use this feature when you use your webbrowser, and you work on a Windows system.
Download AutoHotkey, https://www.autohotkey.com
Use Notepad or similar to make a script.
Make a script with the following text:
Esc::Browser_Back
Name the script whatever you like, be sure to use the extension .ahk
Run the script by doubleclicking it.
Now when you press ESC while using your browser, it reacts as if you did use ALT-LArrow.
The script will work until you shut down your computer.
After starting your computer again, you have to activate (by double-click) the script again in order to make it work.
I only use manager dekstop version for windows. i want Esc function in that only sir.
Please help me with the issue.
Manager does not implement features for a single operating system. The same software runs on all operating systems (not different software with similar features). Since the Escape key does different things under different operating systems, this is not feasible.
I just tested the script with the desktop version 21.3.97 of Manager in Windows10, and it’s working perfectly well. Esc key will jump back a page at a time.
If you need assistance installing AutHotkey, send me a personal message.