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 --- README | 17 +---------------- keyboard-layouts/SvMaPr.klc | Bin 0 -> 22128 bytes keyboard-layouts/sweext08.klc | Bin 0 -> 114612 bytes make-caps-lock-control.reg | Bin 408 -> 0 bytes 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 ++++ remove-gamma-restriction.reg | 4 ---- restore-caps-lock-and-control.reg | Bin 260 -> 0 bytes swap-caps-lock-and-control.reg | Bin 408 -> 0 bytes utc-hwclock.reg | 4 ---- 14 files changed, 23 insertions(+), 24 deletions(-) create mode 100755 keyboard-layouts/SvMaPr.klc create mode 100755 keyboard-layouts/sweext08.klc delete mode 100644 make-caps-lock-control.reg 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 delete mode 100644 remove-gamma-restriction.reg delete mode 100644 restore-caps-lock-and-control.reg delete mode 100644 swap-caps-lock-and-control.reg delete mode 100644 utc-hwclock.reg diff --git a/README b/README index 65b30ba..23affa9 100644 --- a/README +++ b/README @@ -1,16 +1 @@ -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 +Registry edits and keyboard layouts to make Windows less intolerable diff --git a/keyboard-layouts/SvMaPr.klc b/keyboard-layouts/SvMaPr.klc new file mode 100755 index 0000000..94e23cf Binary files /dev/null and b/keyboard-layouts/SvMaPr.klc differ diff --git a/keyboard-layouts/sweext08.klc b/keyboard-layouts/sweext08.klc new file mode 100755 index 0000000..91a76f4 Binary files /dev/null and b/keyboard-layouts/sweext08.klc differ diff --git a/make-caps-lock-control.reg b/make-caps-lock-control.reg deleted file mode 100644 index 1dbbea7..0000000 Binary files a/make-caps-lock-control.reg and /dev/null differ 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 diff --git a/remove-gamma-restriction.reg b/remove-gamma-restriction.reg deleted file mode 100644 index 1eb4c7d..0000000 --- a/remove-gamma-restriction.reg +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index 65f5c09..0000000 Binary files a/restore-caps-lock-and-control.reg and /dev/null differ diff --git a/swap-caps-lock-and-control.reg b/swap-caps-lock-and-control.reg deleted file mode 100644 index 9d536f1..0000000 Binary files a/swap-caps-lock-and-control.reg and /dev/null differ diff --git a/utc-hwclock.reg b/utc-hwclock.reg deleted file mode 100644 index 6276e64..0000000 --- a/utc-hwclock.reg +++ /dev/null @@ -1,4 +0,0 @@ -Windows Registry Editor Version 5.00 - -[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] -"RealTimeIsUniversal"=dword:00000001 -- cgit v1.2.3-70-g09d2