Make r the default thread update keybind.

This commit is contained in:
Nicolas Stepien 2013-03-10 18:55:48 +01:00
parent 33984d4092
commit d7ab5b15fc
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@
'Math tags': ['Alt+m', 'Insert math tags.'],
'Submit QR': ['Alt+s', 'Submit post.'],
'Watch': ['w', 'Watch thread.'],
'Update': ['u', 'Update the thread now.'],
'Update': ['r', 'Update the thread now.'],
'Expand image': ['Shift+e', 'Expand selected image.'],
'Expand images': ['e', 'Expand all images.'],
'Front page': ['0', 'Jump to page 0.'],

View File

@ -143,7 +143,7 @@ Config =
'Submit QR': ['Alt+s', 'Submit post.']
# Thread related
'Watch': ['w', 'Watch thread.']
'Update': ['u', 'Update the thread now.']
'Update': ['r', 'Update the thread now.']
# Images
'Expand image': ['Shift+e', 'Expand selected image.']
'Expand images': ['e', 'Expand all images.']