Skip to content

Commit 20ac2e8

Browse files
committed
deploy: 6576167
1 parent 7e05715 commit 20ac2e8

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

options.xhtml

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71571,6 +71571,93 @@ package</p>
7157171571
</td></tr>
7157271572
</table>
7157371573
</dd>
71574+
<dt>
71575+
<span class="term">
71576+
<a id="opt-services.macos-remap-keys.enable"></a><a class="term" href="options.xhtml#opt-services.macos-remap-keys.enable"><code class="option">services.macos-remap-keys.enable</code>
71577+
</a>
71578+
</span>
71579+
</dt>
71580+
<dd>
71581+
<p>Whether to enable macOS key remapping service.</p>
71582+
71583+
<p><span class="emphasis"><em>Type:</em></span>
71584+
boolean</p>
71585+
71586+
<p><span class="emphasis"><em>Default:</em></span>
71587+
<code class="literal">false</code></p>
71588+
71589+
<p><span class="emphasis"><em>Example:</em></span>
71590+
<code class="literal">true</code></p>
71591+
71592+
<p><span class="emphasis"><em>Declared by:</em></span></p>
71593+
<table border="0" summary="Simple list" class="simplelist">
71594+
<tr><td>
71595+
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/macos-remap-keys" target="_top">
71596+
&lt;home-manager/modules/services/macos-remap-keys&gt;
71597+
</a></code>
71598+
</td></tr>
71599+
</table>
71600+
</dd>
71601+
<dt>
71602+
<span class="term">
71603+
<a id="opt-services.macos-remap-keys.keyboard"></a><a class="term" href="options.xhtml#opt-services.macos-remap-keys.keyboard"><code class="option">services.macos-remap-keys.keyboard</code>
71604+
</a>
71605+
</span>
71606+
</dt>
71607+
<dd>
71608+
<p>Mapping of keyboard keys to remap</p>
71609+
71610+
<p><span class="emphasis"><em>Type:</em></span>
71611+
attribute set of string</p>
71612+
71613+
<p><span class="emphasis"><em>Default:</em></span>
71614+
<code class="literal">{ }</code></p>
71615+
71616+
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
71617+
Capslock = &quot;Escape&quot;;
71618+
SquareBracketOpen = &quot;SquareBracketClose&quot;;
71619+
}
71620+
</code></pre>
71621+
71622+
<p><span class="emphasis"><em>Declared by:</em></span></p>
71623+
<table border="0" summary="Simple list" class="simplelist">
71624+
<tr><td>
71625+
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/macos-remap-keys" target="_top">
71626+
&lt;home-manager/modules/services/macos-remap-keys&gt;
71627+
</a></code>
71628+
</td></tr>
71629+
</table>
71630+
</dd>
71631+
<dt>
71632+
<span class="term">
71633+
<a id="opt-services.macos-remap-keys.keypad"></a><a class="term" href="options.xhtml#opt-services.macos-remap-keys.keypad"><code class="option">services.macos-remap-keys.keypad</code>
71634+
</a>
71635+
</span>
71636+
</dt>
71637+
<dd>
71638+
<p>Mapping of keypad keys to remap</p>
71639+
71640+
<p><span class="emphasis"><em>Type:</em></span>
71641+
attribute set of string</p>
71642+
71643+
<p><span class="emphasis"><em>Default:</em></span>
71644+
<code class="literal">{ }</code></p>
71645+
71646+
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
71647+
Enter = &quot;Equal&quot;;
71648+
Plus = &quot;Minus&quot;;
71649+
}
71650+
</code></pre>
71651+
71652+
<p><span class="emphasis"><em>Declared by:</em></span></p>
71653+
<table border="0" summary="Simple list" class="simplelist">
71654+
<tr><td>
71655+
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/services/macos-remap-keys" target="_top">
71656+
&lt;home-manager/modules/services/macos-remap-keys&gt;
71657+
</a></code>
71658+
</td></tr>
71659+
</table>
71660+
</dd>
7157471661
<dt>
7157571662
<span class="term">
7157671663
<a id="opt-services.mako.enable"></a><a class="term" href="options.xhtml#opt-services.mako.enable"><code class="option">services.mako.enable</code>

0 commit comments

Comments
 (0)