Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-order hotkeys in Order Window #5592

Closed
DorpsGek opened this issue Jun 8, 2013 · 3 comments
Closed

Re-order hotkeys in Order Window #5592

DorpsGek opened this issue Jun 8, 2013 · 3 comments
Labels
component: interface This is an interface issue flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

DorpsGek commented Jun 8, 2013

trainqa opened the ticket and wrote:

The "global" key for demolish/dynamite is the 'D' key and comes from the terraform gui. Unfortunately if order windows are open while building, hitting 'D' will skip the current order.

The current order window hotkeys are:

D - skip
F - delete
G - goto
H - nonstop
J - fullload
K - unload

Proposed change:

D - (unmapped in orders window)
J - (unmapped in orders window)
K - skip
L - fullload (old 'J')
SHIFT-L - unload (old 'K')

Reported version: 1.3.0
Operating system: All


This issue was imported from FlySpray: https://bugs.openttd.org/task/5592
@DorpsGek
Copy link
Member Author

DorpsGek commented Jun 8, 2013

trainqa wrote:

(delete 'D' and 'J' lines...
Hotkey('K', "skip", 0, &OrdersWindow::OrderClick_Skip),
Hotkey('L', "fullload", 0, &OrdersWindow::OrderClick_FullLoad),
Hotkey('L' | WKC_SHIFT, "unload", 0, &OrdersWindow::OrderClick_Unload),


This comment was imported from FlySpray: https://bugs.openttd.org/task/5592#comment12296

@DorpsGek
Copy link
Member Author

DorpsGek commented Jun 9, 2013

Alberth wrote:

Just modify your personal hotkeys.cfg file


This comment was imported from FlySpray: https://bugs.openttd.org/task/5592#comment12297

@DorpsGek
Copy link
Member Author

andythenorth closed the ticket.

Reason for closing: Won't implement

Use hotkeys.cfg. Closing, thanks :)


This comment was imported from FlySpray: https://bugs.openttd.org/task/5592

@DorpsGek DorpsGek added component: interface This is an interface issue flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) enhancement labels Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: interface This is an interface issue flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)
Projects
None yet
Development

No branches or pull requests

1 participant