Disabled Tab key

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
akirofe
Posts: 149
Joined: 05 Apr 2021, 21:54

Disabled Tab key

07 Dec 2021, 20:17

Hi guys,

Thank you for reading.

Could you please help me as to why the Tab key is disabled when I run the attached codes - which has nothing to do with Tab key...?

Thank you very much and stay safe!!!

Code: Select all


^!s::Suspend  ; Ctrl+Alt+S


$F1::send {WheelUp 3}
$F2::MButton
$F3::Shift
$F4::send {WheelDown 4}
$F5::Esc
F6::Ctrl
F7::Enter
F8::
send {e}
Sleep 200
send {e}
return
F9::Backspace
F10::!Left
F11::Space
F12::!Tab
F13::Ctrl
F14::RButton
F15::
send {m}
Sleep 200
send {a}
return
F16::Tab



F16 & F1::0
F16 & F2::=
F16 & F3::+

F16 & F4::1
F16 & F5::2
Tab & F6::3

F16 & F7::4
F16 & F8::5
F16 & F9::6

F16 & F10::7
F16 & F11::8
F16 & F12::9


F1 & LButton::
send {e}
Sleep 200
send {h}
return
F1 & F14::
send {p}
Sleep 200
send {c}
return
F1 & F15::
send {f}
Sleep 200
send {g}
return
F1 & F16::
send {j}
Sleep 200
send {j}
return



F4 & LButton::^s
F4 & F14::
send {r}
Sleep 200
send {o}
return
F4 & F16::
send {m}
Sleep 200
send {e}
return
F4 & F15::
send {j}
Sleep 200
send {j}
return
F4 & F13::LWin



F13 & F1::^z
F13 & F2::^a
F13 & F3::^g

F13 & F4::^x
F13 & F5::^s
F13 & F6::#v

F13 & F7::^c
F13 & F8::^d
F13 & F9::
send {s}
Sleep 200
send {c}
return



F13 & F10::^v
F13 & F11::^f
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;F13 & F12::





$f::send f
Shift & f::send F
f & Space::Capslock
;;;f & Capslock::tr
;;;f & Tab::
f & q::`
f & w::Escape
f & e::Delete
f & a::Enter
f & s::Tab
f & d::Backspace




$Space::send {space}

; Space & F2::#v

Space & Tab::-

; Space & LAlt::Enter
; Space & Delete::Enter

Space & Capslock::send {capslock}

; Space & LShift::send {capslock}

; Space & LCtrl::MButton

Space & Escape::<!F4

Space & 1::6
Space & 2::7
Space & 3::8
Space & 4::9
Space & 5::0

Space & q::send {?}
Space & w::send {!}
Space & e::send {@}
Space & r::send {'}
;;;;Space & t::send {?}
Space & a::^a
Space & s::^s
Space & d::^d
Space & f::^f
Space & g::h
Space & z::^z
Space & x::^x
Space & c::^c
Space & v::^v
Space & b::n


*** Thank you for reading. I am not in coding and know almost nothing about professional coding, hope for your patience and deeply appreciate any of your kind helps. My current interest in this awesome AHK is due to that my work is graphical ((architect/CAD) and, to reduce strains, my right hand is better off not leaving the mouse (an MMO mouse that has 12 side keys which I maps a lot of F keys and other keys in) as much as possible. All the best you lovely coders! ***
User avatar
boiler
Posts: 16902
Joined: 21 Dec 2014, 02:44

Re: Disabled Tab key

07 Dec 2021, 21:40

akirofe wrote: …the attached codes - which has nothing to do with Tab key...?

Code: Select all

Space & Tab::-
:?:
User avatar
mikeyww
Posts: 26856
Joined: 09 Sep 2014, 18:38

Re: Disabled Tab key

07 Dec 2021, 21:43

It's the other line that blocks Tab.

Code: Select all

Tab & F6::3
Can fix with Tab::Tab.
User avatar
boiler
Posts: 16902
Joined: 21 Dec 2014, 02:44

Re: Disabled Tab key

07 Dec 2021, 21:48

Ah, yes. Almost looks like that was meant to be F16 given the lines surrounding it.
akirofe
Posts: 149
Joined: 05 Apr 2021, 21:54

Re: Disabled Tab key

02 Jan 2022, 21:24

Thank you guys!!

So sorry I wasted your time with such silly mistake!

Happy New Year guys!!
*** Thank you for reading. I am not in coding and know almost nothing about professional coding, hope for your patience and deeply appreciate any of your kind helps. My current interest in this awesome AHK is due to that my work is graphical ((architect/CAD) and, to reduce strains, my right hand is better off not leaving the mouse (an MMO mouse that has 12 side keys which I maps a lot of F keys and other keys in) as much as possible. All the best you lovely coders! ***

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Anput, ShatterCoder and 116 guests