Windows essentials
This commit is contained in:
4
CapsLock.reg
Normal file
4
CapsLock.reg
Normal 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
profile.ps1
Normal file
5
profile.ps1
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
if ($host.Name -eq 'ConsoleHost')
|
||||||
|
{
|
||||||
|
Import-Module PSReadLine
|
||||||
|
Set-PSReadLineOption -EditMode Emacs
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user