-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHoldFast.ini
More file actions
17 lines (17 loc) · 1.34 KB
/
Copy pathHoldFast.ini
File metadata and controls
17 lines (17 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[General]
; Duration in seconds a button must be held to trigger its long-press action (default: 0.5, max: 5.0)
fHoldDuration=0.5
; Long-press action for the Start (Menu) button. Short press performs the button's normal function.
; Valid values: Map, System, Quests, Stats, Inventory, Magic, Favorites, TweenMenu, Wait, NewSave, QuickSave, Bestiary, CharacterSheet, MCM, None (case-insensitive)
sButtonStartAction=Map
; Mod to open when sButtonStartAction=MCM. Use the mod name as displayed in MCM (e.g. Better Third Person Selection) or leave as None to open the MCM mod list.
sButtonStartMCMModName=None
; Close the journal automatically when leaving a MCM mod page via Start. Only applies when sButtonStartAction=MCM.
bButtonStartMCMQuickexit=true
; Long-press action for the Back (View) button. Short press performs the button's normal function.
; Valid values: Map, System, Quests, Stats, Inventory, Magic, Favorites, TweenMenu, Wait, NewSave, QuickSave, Bestiary, CharacterSheet, MCM, None (case-insensitive)
sButtonBackAction=System
; Mod to open when sButtonBackAction=MCM. Use the mod name as displayed in MCM (e.g. Better Third Person Selection) or leave as None to open the MCM mod list.
sButtonBackMCMModName=None
; Close the journal automatically when leaving a MCM mod page via Back. Only applies when sButtonBackAction=MCM.
bButtonBackMCMQuickexit=true