diff options
Diffstat (limited to 'src/ui/keys.h')
-rw-r--r-- | src/ui/keys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/keys.h b/src/ui/keys.h index 4cbca3b7..6273027a 100644 --- a/src/ui/keys.h +++ b/src/ui/keys.h | |||
@@ -26,6 +26,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ | |||
26 | #include <the_Foundation/ptrarray.h> | 26 | #include <the_Foundation/ptrarray.h> |
27 | #include <SDL_events.h> | 27 | #include <SDL_events.h> |
28 | 28 | ||
29 | #define newIdentity_KeyShortcut SDLK_n, KMOD_PRIMARY | KMOD_SHIFT | ||
30 | |||
29 | #if defined (iPlatformApple) | 31 | #if defined (iPlatformApple) |
30 | # define reload_KeyShortcut SDLK_r, KMOD_PRIMARY | 32 | # define reload_KeyShortcut SDLK_r, KMOD_PRIMARY |
31 | # define newTab_KeyShortcut SDLK_t, KMOD_PRIMARY | 33 | # define newTab_KeyShortcut SDLK_t, KMOD_PRIMARY |