Jump to content

I wish to disable capslock+tab but not ctrl+tab


Fun
 Share

Recommended Posts

I wish to disable capslock+tab but not ctrl+tab

 

CapsLock::RAlt
Pause::LWin
LWin::Capslock
LAlt::CapsLock
LCtrl & Tab::AltTab

 

As you can see, capslock is remapped to right alt.

 

So someway I need to disable RAlt+Tab after those 5 lines get set but not Lalt+tab, how do I accomplish this?

 

 

Link to comment
Share on other sites

You are posting AutoHotKey source on an AutoIt Script forum.

But I'm sure it can be done with AutoIt aswell, if you wait around for someone with experience with key manipulations, but you would ofcourse have to install AutoIt.

 

Some guy's script + some other guy's script = my script!

Link to comment
Share on other sites

42 minutes ago, Werty said:

You are posting AutoHotKey source on an AutoIt Script forum.

But I'm sure it can be done with AutoIt aswell, if you wait around for someone with experience with key manipulations, but you would ofcourse have to install AutoIt.

 

oh mY gOD, I thought they were the same thing. Sorry.

Link to comment
Share on other sites

2 hours ago, Werty said:

But I'm sure it can be done with AutoIt aswell, if you wait around for someone with experience with key manipulations, but you would ofcourse have to install AutoIt.

Ok, I installed Autoit.

 

CapsLock::RAlt
Pause::LWin
LWin::Capslock
LAlt::CapsLock
LCtrl & Tab::AltTab
RAlt & Tab::return

Here is my Autohotkey code, though it doesn't work, I think you get the idea. Is there a way to make this for AutoIt?

I've capped out my ChatGPT useage and google has not been a great help.

 

Link to comment
Share on other sites

CapsLock::RAlt
Pause::LWin
LWin::Capslock
LAlt::CapsLock
LCtrl & Tab::AltTab
CapsLock & Tab::return

This is a better version, but my computer now doesn't read other alt presses i.e alt+f4, alt+1, alt+2, alt+` etc

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...