From 3309ef2aa626b175d080c3433548c9cb6ccfd318 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 22 Feb 2025 16:27:27 +0100 Subject: Add keyboard layouts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- registry-edits/README | 14 ++++++++++++++ registry-edits/make-caps-lock-control.reg | Bin 0 -> 408 bytes registry-edits/remove-gamma-restriction.reg | 4 ++++ registry-edits/restore-caps-lock-and-control.reg | Bin 0 -> 260 bytes registry-edits/swap-caps-lock-and-control.reg | Bin 0 -> 408 bytes registry-edits/utc-hwclock.reg | 4 ++++ 6 files changed, 22 insertions(+) create mode 100644 registry-edits/README create mode 100644 registry-edits/make-caps-lock-control.reg create mode 100644 registry-edits/remove-gamma-restriction.reg create mode 100644 registry-edits/restore-caps-lock-and-control.reg create mode 100644 registry-edits/swap-caps-lock-and-control.reg create mode 100644 registry-edits/utc-hwclock.reg (limited to 'registry-edits') diff --git a/registry-edits/README b/registry-edits/README new file mode 100644 index 0000000..2f828b6 --- /dev/null +++ b/registry-edits/README @@ -0,0 +1,14 @@ +make-caps-lock-control.reg + Turn the caps lock key into a control key + +remove-gamma-restriction.reg + Remove districtions in gamma ramp changes + +swap-caps-lock-and-control.reg + Swap left control and caps lock + +restore-caps-lock-and-control.reg + Restore left control and caps lock + +utc-hwclock.reg + Use the UTC timezone for the hardware clock diff --git a/registry-edits/make-caps-lock-control.reg b/registry-edits/make-caps-lock-control.reg new file mode 100644 index 0000000..1dbbea7 Binary files /dev/null and b/registry-edits/make-caps-lock-control.reg differ diff --git a/registry-edits/remove-gamma-restriction.reg b/registry-edits/remove-gamma-restriction.reg new file mode 100644 index 0000000..1eb4c7d --- /dev/null +++ b/registry-edits/remove-gamma-restriction.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ICM] +"GdiIcmGammaRange"=dword:00000100 diff --git a/registry-edits/restore-caps-lock-and-control.reg b/registry-edits/restore-caps-lock-and-control.reg new file mode 100644 index 0000000..65f5c09 Binary files /dev/null and b/registry-edits/restore-caps-lock-and-control.reg differ diff --git a/registry-edits/swap-caps-lock-and-control.reg b/registry-edits/swap-caps-lock-and-control.reg new file mode 100644 index 0000000..9d536f1 Binary files /dev/null and b/registry-edits/swap-caps-lock-and-control.reg differ diff --git a/registry-edits/utc-hwclock.reg b/registry-edits/utc-hwclock.reg new file mode 100644 index 0000000..6276e64 --- /dev/null +++ b/registry-edits/utc-hwclock.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] +"RealTimeIsUniversal"=dword:00000001 -- cgit v1.2.3-70-g09d2