Skip to content

Trouble implementing home row mods #187

Answered by MatthiasGrandl
maykot asked this question in Q&A
Discussion options

You must be logged in to vote

PS: I just did and it seems to be working pretty well. If anyone has suggestions for improvements, lemme know.


# Homerow Mods
FakeAlt = S | L
FakeControl = D | K
FakeShift = F | J
FakeMeta = A | Semicolon

FakeMeta{Any !Any} >> Meta{Any}
FakeAlt{Any !Any} >> Alt{Any}
FakeControl{Any !Any} >> Control{Any}
FakeShift{Any !Any} >> Shift{Any}

# All combinations of 4
(FakeMeta FakeAlt FakeControl FakeShift){Any !Any} >> (Meta Alt Control Shift){Any}

# All combinations of 3
(FakeMeta FakeAlt FakeControl){Any !Any} >> (Meta Alt Control){Any}
(FakeMeta FakeAlt FakeShift){Any !Any} >> (Meta Alt Shift){Any}
(FakeMeta FakeControl FakeShift){Any !Any} >> (Meta Control Shift){Any}
(FakeAlt FakeContr…

Replies: 3 comments 39 replies

Comment options

You must be logged in to vote
21 replies
@ristomatti
Comment options

@ristomatti
Comment options

@ristomatti
Comment options

@maykot
Comment options

@maykot
Comment options

Comment options

You must be logged in to vote
17 replies
@MatthiasGrandl
Comment options

@maykot
Comment options

@MatthiasGrandl
Comment options

@MatthiasGrandl
Comment options

Answer selected by houmain
@houmain
Comment options

@maykot
Comment options

@MatthiasGrandl
Comment options

@Zireael07
Comment options

Comment options

You must be logged in to vote
1 reply
@maykot
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants