Class 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 Detail

      • KeyRemappingPlugin

        public KeyRemappingPlugin()
    • Method Detail

      • startUp

        protected void startUp()
                        throws java.lang.Exception
        Overrides:
        startUp in class Plugin
        Throws:
        java.lang.Exception
      • shutDown

        protected void shutDown()
                         throws java.lang.Exception
        Overrides:
        shutDown in class Plugin
        Throws:
        java.lang.Exception
      • onScriptCallbackEvent

        @Subscribe
        public void onScriptCallbackEvent​(net.runelite.api.events.ScriptCallbackEvent scriptCallbackEvent)