mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-19 00:40:42 -06:00
Fix keymaps.
This commit is contained in:
parent
f7325a8f36
commit
258bcff53e
@ -27,3 +27,4 @@ clear_buffer = control+win+shift+delete
|
|||||||
repeat_item = control+win+space
|
repeat_item = control+win+space
|
||||||
copy_to_clipboard = control+win+shift+c
|
copy_to_clipboard = control+win+shift+c
|
||||||
search = control+win+/
|
search = control+win+/
|
||||||
|
find = control+win+shift+/
|
||||||
|
@ -40,6 +40,7 @@ remove_from_list = control+win+alt+shift+l
|
|||||||
toggle_buffer_mute = control+win+alt+m
|
toggle_buffer_mute = control+win+alt+m
|
||||||
toggle_session_mute = control+win+m
|
toggle_session_mute = control+win+m
|
||||||
search = control+win+/
|
search = control+win+/
|
||||||
|
find = control+win+shift+/
|
||||||
edit_keystrokes = control+win+k
|
edit_keystrokes = control+win+k
|
||||||
view_user_lists = win+alt+shift+l
|
view_user_lists = win+alt+shift+l
|
||||||
reverse_geocode = control+win+g
|
reverse_geocode = control+win+g
|
||||||
|
@ -43,6 +43,7 @@ toggle_buffer_mute = string(default="control+win+shift+m")
|
|||||||
toggle_session_mute = string(default="alt+win+m")
|
toggle_session_mute = string(default="alt+win+m")
|
||||||
toggle_autoread = string(default="control+win+e")
|
toggle_autoread = string(default="control+win+e")
|
||||||
search = string(default="control+win+-")
|
search = string(default="control+win+-")
|
||||||
|
find = string(default="control+win+/")
|
||||||
edit_keystrokes = string(default="control+win+k")
|
edit_keystrokes = string(default="control+win+k")
|
||||||
view_user_lists = string(default="control+win+l")
|
view_user_lists = string(default="control+win+l")
|
||||||
get_more_items = string(default="alt+win+pageup")
|
get_more_items = string(default="alt+win+pageup")
|
||||||
|
@ -38,6 +38,7 @@ actions = {
|
|||||||
"toggle_session_mute": _(u"Mute/unmute the current session"),
|
"toggle_session_mute": _(u"Mute/unmute the current session"),
|
||||||
"toggle_autoread": _(u"toggle the automatic reading of incoming tweets in the active buffer"),
|
"toggle_autoread": _(u"toggle the automatic reading of incoming tweets in the active buffer"),
|
||||||
"search": _(u"Search on twitter"),
|
"search": _(u"Search on twitter"),
|
||||||
|
"find": _(u"Find a string in the currently focused buffer"),
|
||||||
"edit_keystrokes": _(u"Show the keystroke editor"),
|
"edit_keystrokes": _(u"Show the keystroke editor"),
|
||||||
"view_user_lists": _(u"Show lists for a specified user"),
|
"view_user_lists": _(u"Show lists for a specified user"),
|
||||||
"get_more_items": _(u"load previous items"),
|
"get_more_items": _(u"load previous items"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user