Make colon (":") enter chat in WASD mode
For quick entering in-game and RuneLite commands. Same principe as for clan chat applies. Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -94,6 +94,7 @@ class WASDCameraListener extends MouseListener implements KeyListener
|
|||||||
{
|
{
|
||||||
case KeyEvent.VK_ENTER:
|
case KeyEvent.VK_ENTER:
|
||||||
case KeyEvent.VK_SLASH:
|
case KeyEvent.VK_SLASH:
|
||||||
|
case KeyEvent.VK_COLON:
|
||||||
// refocus chatbox
|
// refocus chatbox
|
||||||
plugin.setTyping(true);
|
plugin.setTyping(true);
|
||||||
clientThread.invoke(() ->
|
clientThread.invoke(() ->
|
||||||
|
|||||||
Reference in New Issue
Block a user