mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-19 00:40:42 -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
|
reverse_geocode = control+win+g
|
||||||
view_reverse_geocode = control+win+shift+g
|
view_reverse_geocode = control+win+shift+g
|
||||||
get_trending_topics = control+win+t
|
get_trending_topics = control+win+t
|
||||||
|
find = control+win+/
|
||||||
secondary_interact = control+win+alt+return
|
secondary_interact = control+win+alt+return
|
||||||
|
@ -71,3 +71,6 @@ class sessionManagerWindow(wx.Dialog):
|
|||||||
|
|
||||||
def hide_configuration(self):
|
def hide_configuration(self):
|
||||||
self.configuration.Hide()
|
self.configuration.Hide()
|
||||||
|
|
||||||
|
def destroy(self):
|
||||||
|
self.Destroy()
|
Loading…
x
Reference in New Issue
Block a user