File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Settings >
33 <!--
4- Revision: 2024/02/28 - contact@hardenad.net
4+ Revision: 2024/03/03 - contact@hardenad.net
55 -->
66 <OrganizationalUnits >
77 <!--
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ function Set-Translation {
156156 $isOK = $null
157157 While ($null -eq $isOK )
158158 {
159- $key = $Host.UI.RawUI.ReadKey (" NoEcho, IncludeKeyDown" )
159+ $key = $Host.UI.RawUI.ReadKey (" IncludeKeyDown,NoEcho " )
160160
161161 Switch ($key.VirtualKeyCode )
162162 {
@@ -195,7 +195,7 @@ function Set-Translation {
195195 Write-Warning " "
196196 Write-Warning " Are those informations correct? (Y/N)"
197197
198- $key = $Host.UI.RawUI.ReadKey (" NoEcho, IncludeKeyDown" )
198+ $key = $Host.UI.RawUI.ReadKey (" IncludeKeyDown,NoEcho " )
199199
200200 if ($key.VirtualKeyCode -eq 89 ) { $isOK = $true }
201201 }
You can’t perform that action at this time.
0 commit comments