mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-18 16:40:41 -06:00
Modified default keymap
This commit is contained in:
parent
81d3817b4c
commit
797f6a8432
@ -49,4 +49,5 @@ get_more_items = alt+win+pageup
|
||||
reverse_geocode = control+win+g
|
||||
view_reverse_geocode = control+win+shift+g
|
||||
get_trending_topics = control+win+t
|
||||
find = control+win+/
|
||||
secondary_interact = control+win+alt+return
|
||||
|
@ -71,3 +71,6 @@ class sessionManagerWindow(wx.Dialog):
|
||||
|
||||
def hide_configuration(self):
|
||||
self.configuration.Hide()
|
||||
|
||||
def destroy(self):
|
||||
self.Destroy()
|
Loading…
x
Reference in New Issue
Block a user