forked from External/mage
GUI: added starting chat hints about popup hotkeys (hold <ALT+E> to force image, press <ALT+D> to show/hide right card panel)
This commit is contained in:
parent
f78c1ef08c
commit
d016e4c4c3
2 changed files with 3 additions and 0 deletions
|
|
@ -520,6 +520,8 @@ public class CallbackClientImpl implements CallbackClient {
|
|||
.append("<br/><b>")
|
||||
.append(KeyEvent.getKeyText(PreferencesDialog.getCurrentControlKey(PreferencesDialog.KEY_CONTROL_SWITCH_CHAT)))
|
||||
.append("</b> - Switch in/out to chat text field")
|
||||
.append("<br/><b>ALT + D</b> - show/hide panel with big card from the right side")
|
||||
.append("<br/><b>Hold ALT + E</b> - force to show card popup in image mode")
|
||||
/*
|
||||
.append("<br/><b>")
|
||||
.append(KeyEvent.getKeyText(PreferencesDialog.getCurrentControlKey(PreferencesDialog.KEY_CONTROL_TOGGLE_MACRO)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue