Commit 2af9bf56 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

LUA: disable hotkeys interface

parent 73d2916f
...@@ -73,7 +73,7 @@ static const struct ...@@ -73,7 +73,7 @@ static const struct
} pp_shortcuts[] = { } pp_shortcuts[] = {
{ "luarc", "rc" }, { "luarc", "rc" },
{ "rc", "rc" }, { "rc", "rc" },
{ "luahotkeys", "hotkeys" }, /* { "luahotkeys", "hotkeys" }, */
/* { "hotkeys", "hotkeys" }, */ /* { "hotkeys", "hotkeys" }, */
{ "luatelnet", "telnet" }, { "luatelnet", "telnet" },
{ "telnet", "telnet" }, { "telnet", "telnet" },
......
...@@ -210,7 +210,6 @@ nobase_vlclib_DATA = \ ...@@ -210,7 +210,6 @@ nobase_vlclib_DATA = \
lua/extensions/allocine-fr.luac \ lua/extensions/allocine-fr.luac \
lua/intf/dummy.luac \ lua/intf/dummy.luac \
lua/intf/dumpmeta.luac \ lua/intf/dumpmeta.luac \
lua/intf/hotkeys.luac \
lua/intf/luac.luac \ lua/intf/luac.luac \
lua/intf/modules/common.luac \ lua/intf/modules/common.luac \
lua/intf/modules/host.luac \ lua/intf/modules/host.luac \
...@@ -267,7 +266,6 @@ EXTRA_DIST += \ ...@@ -267,7 +266,6 @@ EXTRA_DIST += \
lua/intf/README.txt \ lua/intf/README.txt \
lua/intf/dummy.lua \ lua/intf/dummy.lua \
lua/intf/dumpmeta.lua \ lua/intf/dumpmeta.lua \
lua/intf/hotkeys.lua \
lua/intf/http.lua \ lua/intf/http.lua \
lua/intf/luac.lua \ lua/intf/luac.lua \
lua/intf/modules/common.lua \ lua/intf/modules/common.lua \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment