mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 17:00:52 +01:00
re-add shortcut
This commit is contained in:
parent
9260d308eb
commit
5755b0ca10
@ -19,7 +19,7 @@ import java.util.ArrayList;
|
|||||||
@ExtensionInfo(
|
@ExtensionInfo(
|
||||||
Title = "Packet Logger",
|
Title = "Packet Logger",
|
||||||
Description = "",
|
Description = "",
|
||||||
Version = "0.1",
|
Version = "1.0",
|
||||||
Author = "sirjonasxx & Scott"
|
Author = "sirjonasxx & Scott"
|
||||||
)
|
)
|
||||||
public class UiLogger extends ExtensionForm implements PacketLogger {
|
public class UiLogger extends ExtensionForm implements PacketLogger {
|
||||||
|
@ -38,7 +38,10 @@
|
|||||||
<accelerator>
|
<accelerator>
|
||||||
<KeyCodeCombination alt="UP" code="L" control="DOWN" meta="UP" shift="UP" shortcut="UP" />
|
<KeyCodeCombination alt="UP" code="L" control="DOWN" meta="UP" shift="UP" shortcut="UP" />
|
||||||
</accelerator></CheckMenuItem>
|
</accelerator></CheckMenuItem>
|
||||||
<MenuItem mnemonicParsing="false" onAction="#clearText" text="Clear text" />
|
<MenuItem mnemonicParsing="false" onAction="#clearText" text="Clear text">
|
||||||
|
<accelerator>
|
||||||
|
<KeyCodeCombination alt="UP" code="E" control="DOWN" meta="UP" shift="UP" shortcut="UP" />
|
||||||
|
</accelerator></MenuItem>
|
||||||
</Menu>
|
</Menu>
|
||||||
<Menu mnemonicParsing="false" text="Packets">
|
<Menu mnemonicParsing="false" text="Packets">
|
||||||
<items>
|
<items>
|
||||||
|
Loading…
Reference in New Issue
Block a user