diff options
Diffstat (limited to 'src/keys.hh')
-rw-r--r-- | src/keys.hh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/keys.hh b/src/keys.hh index 8d2ec53c..22c337ac 100644 --- a/src/keys.hh +++ b/src/keys.hh @@ -2,6 +2,7 @@ * Key parser * * Copyright (C) 2009 Jorge Arellano Cid <jcid@dillo.org> + * Copyright (C) 2024 Rodrigo Arias Mallo <rodarima@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,7 +48,10 @@ typedef enum { KEYS_LEFT, KEYS_RIGHT, KEYS_TOP, - KEYS_BOTTOM + KEYS_BOTTOM, + KEYS_ZOOM_IN, + KEYS_ZOOM_OUT, + KEYS_ZOOM_RESET } KeysCommand_t; class Keys { |