mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Users could put custom binds in here. I also unbound all dev-only binds by default to suppress warnings or prevent issues.
16 lines
848 B
INI
16 lines
848 B
INI
///////////////// input_system configuration file.
|
|
// This file is executed automatically on startup.
|
|
|
|
////////////////////////////////
|
|
//// DO NOT SHIP (DEV-ONLY) ////
|
|
////////////////////////////////
|
|
unbind_US_standard "`" // "toggleconsole" (script-only).
|
|
unbind_US_standard "f10" // "screenshotDevNet_noRPROF" (dev-only).
|
|
unbind_US_standard "f12" // "screenshotDevNet" (dev-only).
|
|
|
|
//////////////////////////
|
|
//// UTILITY ////
|
|
//////////////////////////
|
|
bind_US_standard "f11" "screenshot" 0 // Take screenshot TGA screenshot.
|
|
bind_US_standard "f12" "jpeg" 0 // Take screenshot JPG screenshot.
|