User:RichPark: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
(Created page with "Rich Park is administrating the APL Wiki [https://rikedyp.uk RikedyP.UK]")
 
(Undo revision 9108 by RichPark (talk))
Tag: Undo
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Rich Park is administrating the APL Wiki
Rich Park is administrating the [[APL Wiki]]


[https://rikedyp.uk RikedyP.UK]
[https://rikedyp.uk RikedyP.UK]
= My keyboard settings =
I use the [https://github.com/abrudz/Kbd abrudz AltGr UK APL keyboards] on Windows. I have also re-mapped Caps Lock onto AltGr with a registry entry (source: [https://superuser.com/questions/1158142/how-can-i-remap-caps-lock-to-altgr-on-windows-10/1158147 super user forum post]).
<pre>
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,38,e0,3a,00,00,00,00,00
</pre>
I also use Linux Mint with i3 on VirtualBox. To keep my APL keyboard similar, I use
<pre>
setxkbmap gb,apl -variant ,dyalog -option grp:switch,grp:lswitch
</pre>
and have this run at startup by appending
<pre>
exec "setxkbmap gb,apl -variant ,dyalog -option grp:switch,grp:lswitch"
</pre>
to the end of <code>~/.config/i3/config</code>

Latest revision as of 18:07, 9 September 2022

Rich Park is administrating the APL Wiki

RikedyP.UK

My keyboard settings

I use the abrudz AltGr UK APL keyboards on Windows. I have also re-mapped Caps Lock onto AltGr with a registry entry (source: super user forum post).

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,38,e0,3a,00,00,00,00,00

I also use Linux Mint with i3 on VirtualBox. To keep my APL keyboard similar, I use

setxkbmap gb,apl -variant ,dyalog -option grp:switch,grp:lswitch

and have this run at startup by appending

exec "setxkbmap gb,apl -variant ,dyalog -option grp:switch,grp:lswitch"

to the end of ~/.config/i3/config