Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
OS Environment: WIN10 Professional
Using Chinese and Japanese keyboard layouts.
################# METHOD 1 #################
I'm using WIN10 and tried deleting registry keys but only found HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001, with no ControlSet002 branch.
After deleting 2 00000409 keys in ControlSet001 then reboot. Starting L4D2, boom, another EN-US keyboard.
################# METHOD 1 #################
################# METHOD 2 #################
Done this and reboot, nothing happened too.
################# METHOD 2 #################
################# METHOD 3 #################
I run this script with editing "en-GB" to my regional code "zh-Hans-CN", run the two commands only found Chinese and EN-US keyboard layouts remaining and Japanese keyboard gone. Help me if I'm doing it wrong.THX
################# METHOD 3 #################
Edit for your keyboard layouts and make scheduler task to run for game.exe
Set-WinUserLanguageList -LanguageList fi, ru -Force
$1 = Get-WinUserLanguageList
$1.Add('en-US')
Set-WinUserLanguageList $1 -force
$1 = Get-WinUserLanguageList
$1.RemoveAll( { $args[0].LanguageTag -clike 'en*' } )
Set-WinUserLanguageList $1 -Force
Try the solution mentionned by "Stephen Sherry" here (scroll down a bit):
https://superuser.com/questions/1092246/how-to-prevent-windows-10-from-automatically-adding-keyboard-layouts-i-e-us-ke
I don't know why this "fix" being posted all the time, it have nothing to do with source games adding keyboard layout and it DOES NOT work.
After that method my PC is slows down.. It solved the problem only visually..
-------
I ♥♥♥♥♥♥ Valve, after so many years the problem is still relevant. And none of the proposed methods helped.
мой способ работает, но нужно создавать задание для каждой игры на source.
Script is the only solution that works for me. It is a doable and silent solution, so, well done inferno. And I came up with a my own version of the script for PowerShell, that first sets your language to en-US and then resets it with languages and keyboard layouts that I used to have. To my mind the origin of the problem is that the source application summons a keyboard layout with no assosiated language. Addind and removing the correspoding language fixes it, either manually, or with the script below:
In case someone is interested in a more detailed step by step guide - hit me up, I'll try to make something up