Windows essentials

This commit is contained in:
2018-12-04 11:26:26 -08:00
parent 2032dbc08e
commit 8e06c58a4e
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -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
+5
View File
@@ -0,0 +1,5 @@
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
Set-PSReadLineOption -EditMode Emacs
}