Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
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