diff options
Diffstat (limited to 'src/ui/root.c')
-rw-r--r-- | src/ui/root.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/root.c b/src/ui/root.c index 2a2130d8..7a409a75 100644 --- a/src/ui/root.c +++ b/src/ui/root.c | |||
@@ -128,7 +128,7 @@ static const iMenuItem phoneNavMenuItems_[] = { | |||
128 | static const iMenuItem identityButtonMenuItems_[] = { | 128 | static const iMenuItem identityButtonMenuItems_[] = { |
129 | { "${menu.identity.notactive}", 0, 0, "ident.showactive" }, | 129 | { "${menu.identity.notactive}", 0, 0, "ident.showactive" }, |
130 | { "---", 0, 0, NULL }, | 130 | { "---", 0, 0, NULL }, |
131 | { add_Icon " ${menu.identity.new}", SDLK_n, KMOD_PRIMARY | KMOD_SHIFT, "ident.new" }, | 131 | { add_Icon " ${menu.identity.new}", newIdentity_KeyShortcut, "ident.new" }, |
132 | { "${menu.identity.import}", SDLK_i, KMOD_PRIMARY | KMOD_SHIFT, "ident.import" }, | 132 | { "${menu.identity.import}", SDLK_i, KMOD_PRIMARY | KMOD_SHIFT, "ident.import" }, |
133 | { "---", 0, 0, NULL }, | 133 | { "---", 0, 0, NULL }, |
134 | { person_Icon " ${menu.show.identities}", 0, 0, "toolbar.showident" }, | 134 | { person_Icon " ${menu.show.identities}", 0, 0, "toolbar.showident" }, |
@@ -138,7 +138,7 @@ static const iMenuItem identityButtonMenuItems_[] = { | |||
138 | { "${menu.identity.notactive}", 0, 0, "ident.showactive" }, | 138 | { "${menu.identity.notactive}", 0, 0, "ident.showactive" }, |
139 | { "---", 0, 0, NULL }, | 139 | { "---", 0, 0, NULL }, |
140 | # if !defined (iPlatformAppleDesktop) | 140 | # if !defined (iPlatformAppleDesktop) |
141 | { add_Icon " ${menu.identity.new}", SDLK_n, KMOD_PRIMARY | KMOD_SHIFT, "ident.new" }, | 141 | { add_Icon " ${menu.identity.new}", newIdentity_KeyShortcut, "ident.new" }, |
142 | { "${menu.identity.import}", SDLK_i, KMOD_PRIMARY | KMOD_SHIFT, "ident.import" }, | 142 | { "${menu.identity.import}", SDLK_i, KMOD_PRIMARY | KMOD_SHIFT, "ident.import" }, |
143 | { "---", 0, 0, NULL }, | 143 | { "---", 0, 0, NULL }, |
144 | { person_Icon " ${menu.show.identities}", '4', KMOD_PRIMARY, "sidebar.mode arg:3 show:1" }, | 144 | { person_Icon " ${menu.show.identities}", '4', KMOD_PRIMARY, "sidebar.mode arg:3 show:1" }, |