mirror of
https://github.com/transmission/transmission
synced 2025-03-09 13:50:00 +00:00
(gtk) tweak the keyboard accelerator for removing a torrent. suggested by frandavid100 in the forums.
This commit is contained in:
parent
c619642d4e
commit
34451a57d4
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ static GtkActionEntry entries[] =
|
||||||
{ "pause-torrent", GTK_STOCK_MEDIA_PAUSE,
|
{ "pause-torrent", GTK_STOCK_MEDIA_PAUSE,
|
||||||
N_("_Pause"), "<control>P", NULL, G_CALLBACK(action_cb) },
|
N_("_Pause"), "<control>P", NULL, G_CALLBACK(action_cb) },
|
||||||
{ "remove-torrent", GTK_STOCK_REMOVE,
|
{ "remove-torrent", GTK_STOCK_REMOVE,
|
||||||
N_("_Remove"), "<control>R", NULL, G_CALLBACK(action_cb) },
|
N_("_Remove"), "<control>Delete", NULL, G_CALLBACK(action_cb) },
|
||||||
{ "create-torrent", GTK_STOCK_NEW,
|
{ "create-torrent", GTK_STOCK_NEW,
|
||||||
N_("Create _New Torrent"), NULL, NULL, G_CALLBACK(action_cb) },
|
N_("Create _New Torrent"), NULL, NULL, G_CALLBACK(action_cb) },
|
||||||
{ "close", GTK_STOCK_CLOSE,
|
{ "close", GTK_STOCK_CLOSE,
|
||||||
|
|
Loading…
Add table
Reference in a new issue