From 2711517eb5706b88c197d196ebcde4b09c60a51a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 22 Feb 2025 10:50:20 +0100 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- .gitignore | 2 ++ README | 16 ++++++++++++++++ make-caps-lock-control.reg | Bin 0 -> 408 bytes remove-gamma-restriction.reg | 4 ++++ restore-caps-lock-and-control.reg | Bin 0 -> 260 bytes swap-caps-lock-and-control.reg | Bin 0 -> 408 bytes utc-hwclock.reg | 4 ++++ 7 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 README create mode 100644 make-caps-lock-control.reg create mode 100644 remove-gamma-restriction.reg create mode 100644 restore-caps-lock-and-control.reg create mode 100644 swap-caps-lock-and-control.reg create mode 100644 utc-hwclock.reg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1189c62 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*\#* +*~ diff --git a/README b/README new file mode 100644 index 0000000..65b30ba --- /dev/null +++ b/README @@ -0,0 +1,16 @@ +Registry edits for Windows + +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/make-caps-lock-control.reg b/make-caps-lock-control.reg new file mode 100644 index 0000000..1dbbea7 Binary files /dev/null and b/make-caps-lock-control.reg differ diff --git a/remove-gamma-restriction.reg b/remove-gamma-restriction.reg new file mode 100644 index 0000000..1eb4c7d --- /dev/null +++ b/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/restore-caps-lock-and-control.reg b/restore-caps-lock-and-control.reg new file mode 100644 index 0000000..65f5c09 Binary files /dev/null and b/restore-caps-lock-and-control.reg differ diff --git a/swap-caps-lock-and-control.reg b/swap-caps-lock-and-control.reg new file mode 100644 index 0000000..9d536f1 Binary files /dev/null and b/swap-caps-lock-and-control.reg differ diff --git a/utc-hwclock.reg b/utc-hwclock.reg new file mode 100644 index 0000000..6276e64 --- /dev/null +++ b/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