diff --git a/src/application.py b/src/application.py index ed23a720..54bb0ad7 100644 --- a/src/application.py +++ b/src/application.py @@ -5,7 +5,7 @@ if snapshot == False: version = "0.80" update_url = 'http://twblue.es/updates/twblue_ngen.json' else: - version = "9.5" + version = "9.6" update_url = 'http://twblue.es/updates/snapshots_ngen.json' author = u"Manuel Cortéz, Bill Dengler" authorEmail = "manuel@manuelcortez.net" diff --git a/src/keymaps/default.keymap b/src/keymaps/default.keymap index 8f0b6fc5..b129f98c 100644 --- a/src/keymaps/default.keymap +++ b/src/keymaps/default.keymap @@ -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+/ +find = control+win+{ +secondary_interact = control+win+alt+return