aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2018-01-01 18:53:53 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-01-01 18:53:53 +0100
commite73fae159168b1ed9c0469e1d5bce55a3ef1f911 (patch)
tree29a7218bdb8643dc75496929407cc17d1e98f61e /app/Controllers
parent568eccd3a87ea424c7a54fa616acb5750a2bb8ef (diff)
Add shortcuts to switch views (#1755)
Diffstat (limited to 'app/Controllers')
-rwxr-xr-xapp/Controllers/configureController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php
index 9d2ee450c..de70e475b 100755
--- a/app/Controllers/configureController.php
+++ b/app/Controllers/configureController.php
@@ -170,7 +170,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController {
'm', 'n', 'o', 'p', 'page_down', 'page_up', 'q', 'r', 'return', 'right',
's', 'space', 't', 'tab', 'u', 'up', 'v', 'w', 'x', 'y',
'z', 'f1', 'f2', 'f3', 'f4', 'f5', 'f6', 'f7', 'f8', 'f9',
- 'f10', 'f11', 'f12');
+ 'f10', 'f11', 'f12', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0');
$this->view->list_keys = $list_keys;
if (Minz_Request::isPost()) {