Merge pull request #5359 from deathbeam/make-wasd-enable-on-double-thing
Make colon (":") enter chat in WASD mode
This commit is contained in:
@@ -94,6 +94,7 @@ class WASDCameraListener extends MouseAdapter 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