mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-18 16:40:41 -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
|
||||
copy_to_clipboard = control+win+shift+c
|
||||
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_session_mute = control+win+m
|
||||
search = control+win+/
|
||||
find = control+win+shift+/
|
||||
edit_keystrokes = control+win+k
|
||||
view_user_lists = win+alt+shift+l
|
||||
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_autoread = string(default="control+win+e")
|
||||
search = string(default="control+win+-")
|
||||
find = string(default="control+win+/")
|
||||
edit_keystrokes = string(default="control+win+k")
|
||||
view_user_lists = string(default="control+win+l")
|
||||
get_more_items = string(default="alt+win+pageup")
|
||||
|
@ -38,6 +38,7 @@ actions = {
|
||||
"toggle_session_mute": _(u"Mute/unmute the current session"),
|
||||
"toggle_autoread": _(u"toggle the automatic reading of incoming tweets in the active buffer"),
|
||||
"search": _(u"Search on twitter"),
|
||||
"find": _(u"Find a string in the currently focused buffer"),
|
||||
"edit_keystrokes": _(u"Show the keystroke editor"),
|
||||
"view_user_lists": _(u"Show lists for a specified user"),
|
||||
"get_more_items": _(u"load previous items"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user