Commit 281d4f3a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Make sure LUA RC has lower priority than classic RC

LUA RC is buggy and polls the system every second.
parent 5ddff2bd
...@@ -76,7 +76,7 @@ vlc_module_begin () ...@@ -76,7 +76,7 @@ vlc_module_begin ()
set_description( N_("Lua Interface Module (shortcuts)") ) set_description( N_("Lua Interface Module (shortcuts)") )
add_shortcut( "luarc" ) add_shortcut( "luarc" )
add_shortcut( "rc" ) add_shortcut( "rc" )
set_capability( "interface", 25 ) set_capability( "interface", 15 )
set_callbacks( Open_LuaIntf, Close_LuaIntf ) set_callbacks( Open_LuaIntf, Close_LuaIntf )
add_submodule () add_submodule ()
......
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