Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
ps-have same prob with Imperium Romanum :(
You were perfectly clear.
Unfortunately only a subset of the key bindings are user configurable and the Pause function is not one of them.
I assume if it was a laptop you would have said "using Dell laptop" rather "using Dell keyboard", but just in case, many laptop keyboards without a Pause/Break key usually have a combo that can be used instead. Try: Fn P or Fn Ctrl P or Fn Alt P
If it's not a laptop keyboard then you can use AutoHotkey which is a very popular application and you'll be able to set up a key combo to emulate the Pause key.
Alternatively, Google "scancode map" - This is built into Windows but will be more complicated to set up.
I have a little side project of modding GAR and I'll add making all keybindings user configurable to my todo list.
and this code:
p::SendInput, {break}
;)
Hit pause and then Ctrl Windows O again to get rid of the onscreen keyboard
When ready to unpause, bring the onscreen keyboard up again, click pause to "unpause" then dismiss the onscreen keyboard again.
A little tedious to bring up and close the onscreen keyboard but the lack of a "pause" key frustrated me for years.