mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-05 09:53:33 +03:00
Also use keypad Enter as a shortcut.
This commit is contained in:
parent
f0cad753fc
commit
34481c2d3a
@ -57,6 +57,7 @@ class AppWindow:
|
||||
self.button = ttk.Button(frame, text='Update', command=self.getandsend, default=tk.ACTIVE, state=tk.DISABLED)
|
||||
self.status = ttk.Label(frame, width=-25)
|
||||
self.w.bind('<Return>', self.getandsend)
|
||||
self.w.bind('<KP_Enter>', self.getandsend)
|
||||
|
||||
self.cmdr.grid(row=0, column=1, sticky=tk.W)
|
||||
self.system.grid(row=1, column=1, sticky=tk.W)
|
||||
|
@ -6,7 +6,7 @@ This app downloads commodity market data from the game [Elite: Dangerous](https:
|
||||
* transmits the data to the [Elite Dangerous Data Network](http://eddn.ed-td.space/) ("EDDN") from where you and others can use it via online trading tools such as [eddb](http://eddb.io/).
|
||||
* saves the data to files on your computer that you can load into trading tools such as [Slopey's BPC Market Tool](https://forums.frontier.co.uk/showthread.php?t=76081), [Trade Dangerous](https://bitbucket.org/kfsone/tradedangerous/wiki/Home) and [Thrudd's Trading Tools](http://www.elitetradingtool.co.uk/).
|
||||
|
||||
The user-interface is deliberately minimal - when you land at a station just switch to the app and press the "Update" button to automatically download and transmit and/or save the station's commodity market data:
|
||||
The user-interface is deliberately minimal - when you land at a station just switch to the app and press the "Update" button or press Enter to automatically download and transmit and/or save the station's commodity market data:
|
||||
|
||||
 
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user