diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README | 16 | ||||
-rw-r--r-- | make-caps-lock-control.reg | bin | 0 -> 408 bytes | |||
-rw-r--r-- | remove-gamma-restriction.reg | 4 | ||||
-rw-r--r-- | restore-caps-lock-and-control.reg | bin | 0 -> 260 bytes | |||
-rw-r--r-- | swap-caps-lock-and-control.reg | bin | 0 -> 408 bytes | |||
-rw-r--r-- | utc-hwclock.reg | 4 |
7 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1189c62 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*\#* +*~ @@ -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 Binary files differnew file mode 100644 index 0000000..1dbbea7 --- /dev/null +++ b/make-caps-lock-control.reg 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 Binary files differnew file mode 100644 index 0000000..65f5c09 --- /dev/null +++ b/restore-caps-lock-and-control.reg diff --git a/swap-caps-lock-and-control.reg b/swap-caps-lock-and-control.reg Binary files differnew file mode 100644 index 0000000..9d536f1 --- /dev/null +++ b/swap-caps-lock-and-control.reg 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
|