Changed several strings
This commit is contained in:
parent
588fb0b47c
commit
fe222fe57e
2 changed files with 2 additions and 2 deletions
|
@ -266,7 +266,7 @@ vmf.initialize_keybinds = function()
|
||||||
|
|
||||||
apply_keybinds()
|
apply_keybinds()
|
||||||
end
|
end
|
||||||
vmf:echo("hmm")
|
|
||||||
vmf.check_pressed_keybinds = function()
|
vmf.check_pressed_keybinds = function()
|
||||||
|
|
||||||
local input_service = vmf.keybind_input_service
|
local input_service = vmf.keybind_input_service
|
||||||
|
|
|
@ -2650,7 +2650,7 @@ local options_widgets = {
|
||||||
["widget_type"] = "keybind",
|
["widget_type"] = "keybind",
|
||||||
["text"] = "Open menu hotkey",
|
["text"] = "Open menu hotkey",
|
||||||
["tooltip"] = "Probably keybind",
|
["tooltip"] = "Probably keybind",
|
||||||
["default_value"] = {"f5"},
|
["default_value"] = {"f4"},
|
||||||
["action"] = "open_vmf_options"
|
["action"] = "open_vmf_options"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue