Class KeyRemappingPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.keyremapping.KeyRemappingPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Key Remapping", description="Allows use of WASD keys for camera movement with \'Press Enter to Chat\', and remapping number keys to F-keys", tags={"enter","chat","wasd","camera"}, enabledByDefault=false) public class KeyRemappingPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description KeyRemappingPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onScriptCallbackEvent(ScriptCallbackEvent scriptCallbackEvent)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onScriptCallbackEvent
@Subscribe public void onScriptCallbackEvent(ScriptCallbackEvent scriptCallbackEvent)
-
-