<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="359375" data-post-id="359375">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="greven" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/greven/120/25004_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  greven
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I have a mechanical keyboard with VIA so mapped the caps lock to on tap is caps lock on hold is the Hyper key (shift + ctrl + opt + cmd). I also have a second layer with other remaps for other keys.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="359375" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-remap-caps-lock/70000/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-359375" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="359375"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="359382" data-post-id="359382">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sodapopcan" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sodapopcan/120/34668_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sodapopcan
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote group-Hex-Core-Team" data-username="wojtekmach" data-post="11" data-topic="70000">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/wojtekmach/48/999_2.png" class="avatar"> wojtekmach:</div>
<blockquote>
<p>otherwise need software like karabiner on macOS</p>
</blockquote>
</aside>
<p>Here’s the Karabiner config for those who wanna do this (or something like it) with the stock keyboard.  It will show up under the “complex modifications” tab and you’ll have to flip it on.</p>
<p>EDIT: I just realized I have <code>left_control</code> mapped since I have caps locks mapped at the OS level (I like to make things needlessly complicated) but you can just change <code>left_control</code> to <code>caps_lock</code>.</p>
<pre data-code-wrap="elixir"><code class="lang-elixir"># .config/karabiner/assets/complex_modifications/custom-capslock.json

{
  "title": "Change caps_lock to Esc and Control",
  "rules": [
    {
      "description": "Post Esc if Caps is tapped, Control if held.",
      "manipulators": [
        {
          "type": "basic",
          "from": {
            "key_code": "left_control",
            "modifiers": {
              "optional": [
                "any"
              ]
            }
          },
          "to": [
            {
              "key_code": "left_control",
              "lazy": true
            }
          ],
          "to_if_alone": [
            {
              "key_code": "escape"
            }
          ]
        }
      ]
    }
  ]
}
</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="359382" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-remap-caps-lock/70000/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-359382" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="359382"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #12"></div>
  </section>
</div>
    <div class="postbit" id="359383" data-post-id="359383">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="jjcarstens" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jjcarstens/120/29571_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  jjcarstens
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Nerves Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>“Super” key (control+command+shift+option). Mostly used for keyboard shortcuts without clashing with existing ones</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="359383" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-remap-caps-lock/70000/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-359383" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="359383"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #13"></div>
  </section>
</div>
    <div class="postbit" id="359386" data-post-id="359386">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="rvnash" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/rvnash/120/34778_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  rvnash
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I remap to control, but then I have a key sequence that triggers <a href="https://getreuer.info/posts/keyboards/caps-word/index.html" rel="noopener nofollow ugc">CAPSWORD</a> which is a term used by QMK and ZMK for a mode that allows you to type ALL_CAPS_IDENTIFIERS without holding down the shift key. It automatically switches out of CAPS mode when you hit any non-letters or underscore character (or after a short timeout). Super useful.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="359386" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-remap-caps-lock/70000/15">Post #14</a>
	                </div>
	            </div>
              <div id="likers-container-359386" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="359386"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #14"></div>
  </section>
</div>
    <div class="postbit" id="359387" data-post-id="359387">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sodapopcan" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sodapopcan/120/34668_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sodapopcan
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>For Vim users, of course you can do <code>gUiw</code> after typing a token to upcase it, but there is also a handy tpope plugin called <a href="https://github.com/tpope/vim-capslock" rel="noopener nofollow ugc">capslock</a> that lets you temporarily enable it in insert mode with either the native-feeling <code>&lt;c-g&gt;c</code> or simply <code>&lt;c-l&gt;</code> if you haven’t already mapped that.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="359387" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-remap-caps-lock/70000/16">Post #15</a>
	                </div>
	            </div>
              <div id="likers-container-359387" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="359387"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #15"></div>
  </section>
</div>
    <div class="postbit" id="359396" data-post-id="359396">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="AstonJ" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/AstonJ/120/15_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  AstonJ
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="sodapopcan" data-post="4" data-topic="70000">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sodapopcan/48/34668_2.png" class="avatar"> sodapopcan:</div>
<blockquote>
<p>I only noticed it in the past year or two by randomly spending more time than usually in the keyboard settings menu.</p>
</blockquote>
</aside>
<p>I realised why I hadn’t notice it before, out of 5 Apple keyboards I have here only the most recent one has a globe icon! The rest of them just have ‘fn’. I have mine set for bringing up the emoji picker so use it quite a lot <img src="https://forum.elixirforum.com/images/emoji/apple/zipper_mouth_face.png?v=15" title=":zipper_mouth_face:" class="emoji" alt=":zipper_mouth_face:" loading="lazy" width="20" height="20"></p>
<aside class="quote no-group" data-username="sbuttgereit" data-post="5" data-topic="70000" data-full="true">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sbuttgereit/48/30162_2.png" class="avatar"> sbuttgereit:</div>
<blockquote>
<p>Not only do I leave Caps Lock as Caps Lock, but I use it, too. <img src="https://forum.elixirforum.com/images/emoji/apple/wink.png?v=15" title=":wink:" class="emoji" alt=":wink:" loading="lazy" width="20" height="20"></p>
</blockquote>
</aside>
<p>You don’t shout at people do you Steve <img src="https://forum.elixirforum.com/uploads/default/original/2X/0/0dc569d5f19bf4864541681aff8c19c57a233f80.gif?v=15" title=":091:" class="emoji emoji-custom" alt=":091:" loading="lazy" width="20" height="20"></p>
<aside class="quote no-group" data-username="mudasobwa" data-post="6" data-topic="70000">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/mudasobwa/48/5298_2.png" class="avatar"> mudasobwa:</div>
<blockquote>
<p>To <a href="https://en.wikipedia.org/wiki/Compose_key" rel="nofollow">compose key</a>, to make it possible to type ¾ of the the æsthetically pleasant graphemes</p>
</blockquote>
</aside>
<p>What are your most used/favourite ones?</p>
<aside class="quote no-group" data-username="sevenseacat" data-post="7" data-topic="70000">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sevenseacat/48/23153_2.png" class="avatar"> sevenseacat:</div>
<blockquote>
<p>Where’s my fellow Colemak users that remap Caps to Backspace???</p>
</blockquote>
</aside>
<p>We should probably do a poll on which keyboard layout people use - do you want to post it? (Just be sure to add all the major options as well as ‘other - please say in thread’.)</p>
<p><a href="https://gist.github.com/dustypomerleau/29f5311089767cfbe5915c5743035710" rel="nofollow">Here’s an article</a> <a class="mention" href="/u/dusty" rel="nofollow">@Dusty</a> wrote and originally <a href="https://forum.devtalk.com/t/an-introduction-to-alternative-keyboard-layouts/782" rel="nofollow">posted on DT</a> for inspiration or for anyone interested <img src="https://forum.elixirforum.com/images/emoji/apple/smiley.png?v=15" title=":smiley:" class="emoji" alt=":smiley:" loading="lazy" width="20" height="20"></p>
<aside class="quote no-group" data-username="BartOtten" data-post="8" data-topic="70000">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/bartotten/48/25440_2.png" class="avatar"> BartOtten:</div>
<blockquote>
<p>Control when hold, Control-X when tapped.</p>
</blockquote>
</aside>
<p>+</p>
<aside class="quote group-Hex-Core-Team" data-username="wojtekmach" data-post="11" data-topic="70000" data-full="true">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/wojtekmach/48/999_2.png" class="avatar"> wojtekmach:</div>
<blockquote>
<p>For me, holding it behaves like control but tapping it behaves like escape. Dual function keys (I believe this is the common name for this) are natively supported by eg ergodox but otherwise need software like karabiner on macOS.</p>
</blockquote>
</aside>
<p>+</p>
<aside class="quote no-group" data-username="greven" data-post="12" data-topic="70000" data-full="true">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/greven/48/25004_2.png" class="avatar"> greven:</div>
<blockquote>
<p>I have a mechanical keyboard with VIA so mapped the caps lock to on tap is caps lock on hold is the Hyper key (shift + ctrl + opt + cmd). I also have a second layer with other remaps for other keys.</p>
</blockquote>
</aside>
<p>I wish macOS had better options built in to the OS. I still wouldn’t mind CL so long as it is only activated on long press (I really hate pressing it by accident!)</p>
<aside class="quote no-group" data-username="NobbZ" data-post="9" data-topic="70000">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/nobbz/48/27235_2.png" class="avatar"> NobbZ:</div>
<blockquote>
<p>There is non caps-lock on my keyboard, so I haven’t remapped it…</p>
</blockquote>
</aside>
<p>+</p>
<aside class="quote no-group" data-username="axelson" data-post="10" data-topic="70000" data-full="true">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/axelson/48/26351_2.png" class="avatar"> axelson:</div>
<blockquote>
<p>I’m in the process of swotching to a Glove80 (<a href="https://www.moergo.com/" rel="nofollow">https://www.moergo.com/</a>) so the whole key map is custom <img src="https://forum.elixirforum.com/images/emoji/apple/grin.png?v=15" title=":grin:" class="emoji" alt=":grin:" loading="lazy" width="20" height="20"></p>
</blockquote>
</aside>
<p>We should revive our old keyboard thread by adding a poll to the first post… do you both want to come up with the options/post it? <img src="https://forum.elixirforum.com/images/emoji/apple/smiley.png?v=15" title=":smiley:" class="emoji" alt=":smiley:" loading="lazy" width="20" height="20"></p>
<aside class="quote group-Nerves-Core-Team" data-username="jjcarstens" data-post="14" data-topic="70000" data-full="true">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jjcarstens/48/29571_2.png" class="avatar"> jjcarstens:</div>
<blockquote>
<p>“Super” key (control+command+shift+option). Mostly used for keyboard shortcuts without clashing with existing ones</p>
</blockquote>
</aside>
<p>That’d actually be quite useful - I believe that’s what you need to paste in plain text, correct? I usually set up a KB shortcut for it. Do you use it for anything else?</p>
<aside class="quote no-group" data-username="rvnash" data-post="15" data-topic="70000" data-full="true">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/rvnash/48/34778_2.png" class="avatar"> rvnash:</div>
<blockquote>
<p>I remap to control, but then I have a key sequence that triggers <a href="https://getreuer.info/posts/keyboards/caps-word/index.html" rel="nofollow">CAPSWORD</a> which is a term used by QMK and ZMK for a mode that allows you to type ALL_CAPS_IDENTIFIERS without holding down the shift key. It automatically switches out of CAPS mode when you hit any non-letters or underscore character (or after a short timeout). Super useful.</p>
</blockquote>
</aside>
<p>Nice!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="359396" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-remap-caps-lock/70000/17">Post #16</a>
	                </div>
	            </div>
              <div id="likers-container-359396" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="359396"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #16"></div>
  </section>
</div>
    <div class="postbit" id="359398" data-post-id="359398">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="cevado" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/cevado/120/40655_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  cevado
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>i use a keyboard with qmk, everything is remaped <img src="https://forum.elixirforum.com/images/emoji/apple/smile.png?v=15" title=":smile:" class="emoji" alt=":smile:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="359398" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-remap-caps-lock/70000/18">Post #17</a>
	                </div>
	            </div>
              <div id="likers-container-359398" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="359398"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #17"></div>
  </section>
</div>
    <div class="postbit" id="359399" data-post-id="359399">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="mudasobwa" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/mudasobwa/120/5298_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  mudasobwa
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Creator of Cure</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="AstonJ" data-post="17" data-topic="70000">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/astonj/48/15_2.png" class="avatar"> AstonJ:</div>
<blockquote>
<p>What are your most used/favourite ones?</p>
</blockquote>
</aside>
<p>Lots. ½, ¾, ‰, ①–⑩, ⓐ–ⓩ, ç/ę, ¹²³⁴⁵⁶⁷⁸⁹⁰, °, ﬀ, ﬁ etc.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="359399" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-remap-caps-lock/70000/19">Post #18</a>
	                </div>
	            </div>
              <div id="likers-container-359399" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="359399"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #18"></div>
  </section>
</div>
    <div class="postbit" id="359423" data-post-id="359423">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="NobbZ" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/NobbZ/120/27235_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  NobbZ
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>That one is a stretch goal of mine, I only have to put the money aside in a way that my wife doesn’t miss it, and then eventually find the glove “on the street”…</p>
<p>Until then my frankenlander has to suffice…</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="359423" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-remap-caps-lock/70000/20">Post #19</a>
	                </div>
	            </div>
              <div id="likers-container-359423" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="359423"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #19"></div>
  </section>
</div>
    <div class="postbit" id="359438" data-post-id="359438">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="codeanpeace" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/codeanpeace/120/10278_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  codeanpeace
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Yup, tons of remapping – on both the macOS side via Karabiner and Hammerspoon as well as the firmware side via ZMK…</p>
<p>For modifiers on the left side:</p>
<ul>
<li>caps lock =&gt; esc when pressed alone, ctrl when held as a modifier
<ul>
<li>great for vim and tmux/terminal</li>
</ul>
</li>
<li>tab =&gt; tab when pressed alone, hyper/super key i.e. shift + ctrl + opt + cmd as a modifier
<ul>
<li>or some other subset combination of modifier keys</li>
</ul>
</li>
<li>shift =&gt; delete when pressed alone, shift as a modifier
<ul>
<li>delete/backspace is used often, but its key is basically in keyboard Siberia</li>
</ul>
</li>
</ul> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="359438" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/do-you-remap-caps-lock/70000/21">Post #20</a>
	                </div>
	            </div>
              <div id="likers-container-359438" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="359438"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #20"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/70000/load_more?page=3">Load more posts (5 remaining)</a>
</div></template></turbo-stream>