aboutsummaryrefslogtreecommitdiffstats
path: root/registry-edits
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-22 16:27:27 +0100
committerMattias Andrée <m@maandree.se>2025-02-22 16:27:27 +0100
commit3309ef2aa626b175d080c3433548c9cb6ccfd318 (patch)
treee031a00bb482b5c4c90c54630c948a5b780d1cd3 /registry-edits
parentFirst commit (diff)
downloadwindows-hacks-master.tar.gz
windows-hacks-master.tar.bz2
windows-hacks-master.tar.xz
Add keyboard layoutsHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'registry-edits')
-rw-r--r--registry-edits/README14
-rw-r--r--registry-edits/make-caps-lock-control.regbin0 -> 408 bytes
-rw-r--r--registry-edits/remove-gamma-restriction.reg4
-rw-r--r--registry-edits/restore-caps-lock-and-control.regbin0 -> 260 bytes
-rw-r--r--registry-edits/swap-caps-lock-and-control.regbin0 -> 408 bytes
-rw-r--r--registry-edits/utc-hwclock.reg4
6 files changed, 22 insertions, 0 deletions
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
--- /dev/null
+++ b/registry-edits/make-caps-lock-control.reg
Binary files 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
--- /dev/null
+++ b/registry-edits/restore-caps-lock-and-control.reg
Binary files 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
--- /dev/null
+++ b/registry-edits/swap-caps-lock-and-control.reg
Binary files 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