Win-Key in keyboard shortcut combo?
All  1-2  3-5

Previous
Next
 From:  Ad (JUSTABLE)
11072.3 In reply to 11072.2 
Hi Michael,

Thanks for the quick response. I was afraid that would be the answer :(.

Ad
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  MO (MO_TE)
11072.4 In reply to 11072.1 
Hi Ad
If you want to remap your "win" key, you have some external options :
Using a "key-mapping" software (see link below)
https://alternativeto.net/category/utilities/key-mapping/

or if you are a "windows" user :
install "autohotkey" software (It's a free/simple scripting language)
Make a new script (right click => new => autohotkey script)
Open it with notepad and copy this inside your script:
code:
#IfWinActive, ahk_exe MoI.exe
RWin::CTRL
LWin::LShift

save and Run it! :)

this code remaps the left "win" key to left shift and the right "win" key to CTRL key. (just when "moi" window is active)

If you want to modify the script you can use these links as well:
https://www.autohotkey.com/docs/v1/Hotkeys.htm
https://www.autohotkey.com/docs/v1/misc/Remap.htm
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Ad (JUSTABLE)
11072.5 In reply to 11072.4 
Hi Mo,

Thanks for your tips and links. I make quite extensive use of keyboard shortcuts. After working
for some time with my shortcuts , I realized that some of them are not that beneficial to my workflow.
Often times I have to let go of the mouse to press a key and then good luck to find that mouse again :).

To make it short, I was trying to find a way to have my shortcuts, or combination of keys accessible with
one hand, so I can keep the other hand on the mouse. So, being able to have the Win Key available would
have been helpful and I was hoping it might be just a setting in Moi that keeps that key from being used. In
that respect remapping the keys to the right would not solve my "problem".

Thanks again.
Ad
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-2  3-5