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
"In gaming mode:
Set the controller layout you want to add the Pause key to as current. Map and Rename the button you want to use for pause as the escape key and "findme" respectively.
Do not export to save, instead go to the gear icon and look at Layout Details. Look at the URL which should look like this:
`autosave:///home/deck/.local/share/Steam/steamapps/common/Steam Controller Configs/<userid>/config/<gameid>/controller_neptune.vdf`
Exit out of the menu and the game, and switch to Desktop Mode.
Open up the Konsole, and find the .vdf file named `controller_neptune.vdf` in the path URL from the layout details.
Open the file in Vim (or a text editor) and search for "findme". You will find an object that looks like this:
​
`"bindings { "binding" "key_press ESACAPE,findme" }`
Change `ESCAPE` to `BREAK` and rename `findme` to `Pause` (or whatever you want to name it).
Save the file, and go back to gaming mode. Go to the game, look at the current layout, and you will see that you now have a button assigned to the Break key.
Export this layout and save as a personal layout"