Shortcuts are Incorrect on Import #127
Unanswered
ChrisMWalters
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Hello ChrisMWalters, Thanks for sharing the sample config, it helps identify the issue. The problem is that you combined modifier keys and the trigger key into a single field. The correct format is:
This is your correct config: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
{ "com.webull.desktop.v1": { "TRADE": [ ["Buy Bid(Stocks)", "shift+q", 0], ["Buy Ask(Stocks)", "shift+a", 0], ["Sell Bid(Stocks)", "shift+s", 0], ["Sell Ask(Stocks)", "shift+w", 0], ["Cancel All (Current Stock)", "shift+c", 0], ["Close", "shift+z", 0], ["Flatten", "shift+x", 0], ["Cancel All (All Stocks)", "shift+v", 0] ], "CHART": [ ["Draw a Horizontal Line", "option+h", 0], ["Draw a Vertical Line", "option+v", 0], ["Draw a Parallel Line", "option+p", 0], ["Draw a Data and Price Range", "option+d", 0], ["Hide all drawings", "option+z", 0], ["Delete all drawings", "option+x", 0], ["Undo", "command+z", 0], ["Redo", "command+y", 0], ["Change Time Interval", "option+1", 0], ["Time Interval - 30s", "option+2", 0], ["Time Interval - 5min", "option+3", 0], ["Time Interval - 1hour", "option+4", 0], ["Time Interval - 1 day", "option+5", 0], ["Time Interval - 1 week", "option+6", 0], ["Time Interval - 1 month", "option+7", 0] ], "GENERAL": [ ["Confirm Dialog Box", "k", 0], ["Cancel or Close Dialog Boxes", "escape", 0], ["Paste the copied symbol to selected widget(Customized Layouts only)", "command+v", 0], ["Refresh", "option+r", 0], ["Move to Favorite Layout", "option+1", 0], ["Move to Favorite Layout", "option+2", 0], ["Move to Favorite Layout", "option+3", 0], ["Move to Favorite Layout", "option+4", 0], ["Move to Favorite Layout", "option+5", 0], ["Move to Favorite Layout", "option+6", 0], ["Move to Favorite Layout", "option+7", 0], ["Move to Favorite Layout", "option+8", 0] ] } }Beta Was this translation helpful? Give feedback.
All reactions