diff --git a/CapsLock.reg b/CapsLock.reg new file mode 100644 index 0000000..b22afcf --- /dev/null +++ b/CapsLock.reg @@ -0,0 +1,4 @@ +REGEDIT4 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] +"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00 \ No newline at end of file diff --git a/profile.ps1 b/profile.ps1 new file mode 100644 index 0000000..297c208 --- /dev/null +++ b/profile.ps1 @@ -0,0 +1,5 @@ +if ($host.Name -eq 'ConsoleHost') +{ + Import-Module PSReadLine + Set-PSReadLineOption -EditMode Emacs +} \ No newline at end of file