Changed several strings

This commit is contained in:
Azumgi 2018-02-01 23:07:31 +03:00
parent 588fb0b47c
commit fe222fe57e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"
} }
} }