Using the DELETE Key, selected Keyframes can now be removed

Added StaticKeybindings to provide non-changeable KeyBindings
This commit is contained in:
CrushedPixel
2015-07-13 22:27:14 +02:00
parent 0f024a9de9
commit a58e06703c
5 changed files with 42 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ import eu.crushedpixel.replaymod.api.ApiClient;
import eu.crushedpixel.replaymod.api.replay.holders.FileInfo;
import eu.crushedpixel.replaymod.chat.ChatMessageHandler;
import eu.crushedpixel.replaymod.events.handlers.*;
import eu.crushedpixel.replaymod.events.handlers.keyboard.KeyInputHandler;
import eu.crushedpixel.replaymod.gui.online.GuiReplayDownloading;
import eu.crushedpixel.replaymod.gui.overlay.GuiReplayOverlay;
import eu.crushedpixel.replaymod.holders.KeyframeSet;