Example with many character mappings #21
Replies: 1 comment 1 reply
-
Whoa there. That's a serious config. Side note: this made me imagine a neat feature, where deadkeys trigger a little overlay in the corner that show the possible combinations.
Your config looks really nice and clean with only one thing I noticed:
What happens when you press Alt, release, press again?
You're not using MOD11 though. You should, I do it all the time, and it's awesome Starting apps remotely by sending Win+R sequences is clever, never thought of that. Details about your layout, where I prefer mine caps mod9 caps: my caps is probably my most used key after space, and single purpose (except for tapping combos). When I feel an urge to edit, I automatically press caps. If I reconsider, I can release it again. apps mod12: Apps is a super useless key and invites you to take it over. But your fkd when you get a board that omits this useless key... caps 4 = €: bit difficult to press. I prefer my "tapped alt + E" (I just noticed that my logitech even has an € symbol on E) caps tab [] = () bsp del "because less stretching" caps p/n = word left/right Your left shift is now nice. When you get used to it, you'll want symmetry for your right shift. |
Beta Was this translation helpful? Give feedback.
-
For comparison an perhaps inspiration, here is the core of my current configuration. It is work in progress, with little testing after creating it based on a prevous AutoHotkey script. There might still be some typos, cut/paste errors or unintended results of my conversion script.
I used the folowing design criteria.
Notable features are, I think:
LWIN+R
and executable name or path;REWIRE
with all parameters, but no//
.For common text editing I use
CAPS
and for digitsTAB
, but somewhat differently than cajhin. I am not a gamer, so WASD or IJKL are not natural to me, but the HJKL keys fromvi
are. Other navigation and editing key combinations withCAPS
are next to that row.The following fragment illustrates second order deadkey definitions.
See capsicain.ini.txt.
Beta Was this translation helpful? Give feedback.
All reactions