From 98530b8f552a757b9f44bdf34b8a7ad86a07361c Mon Sep 17 00:00:00 2001 From: Faalagorn Date: Mon, 17 Apr 2023 18:26:08 +0200 Subject: [PATCH] Add `toggle_hud_position` to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0041845..6242413a 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,7 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu | `time`
`time_format=%T` | Display local time. See [std::put_time](https://en.cppreference.com/w/cpp/io/manip/put_time) for formatting help. NOTE: Sometimes apps may set `TZ` (timezone) environment variable to UTC/GMT | | `toggle_fps_limit` | Cycle between FPS limits. Defaults to `Shift_L+F1` | | `toggle_hud=`
`toggle_logging=` | Modifiable toggle hotkeys. Default are `Shift_R+F12` and `Shift_L+F2`, respectively | +| `toggle_hud_position` | Toggle MangoHud postion. Default is `R_Shift+F11` | | `trilinear` | Force trilinear filtering | | `upload_log` | Change keybind for uploading log | | `version` | Show current MangoHud version |