diff options
| author | 2014-08-27 21:02:24 -0400 | |
|---|---|---|
| committer | 2014-08-27 21:02:24 -0400 | |
| commit | 80acd3a0070fb309d57898c14ccd3a3a5658e236 (patch) | |
| tree | 7c257cb6d3e497a8c6ba9424cf2ce9434c9cbe91 /app/Controllers/configureController.php | |
| parent | f8a522d0c1f3b26c44e566506d6079fabefc8972 (diff) | |
Add configuration for help configuration
Diffstat (limited to 'app/Controllers/configureController.php')
| -rwxr-xr-x | app/Controllers/configureController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php index 461cbceda..bb96bfae3 100755 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -240,7 +240,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', '0', '1', '2', '3', '4', '5', '6', '7', '8', - '9', 'f2', 'f3', 'f4', 'f5', 'f6', 'f7', 'f8', 'f9', + '9', 'f1', 'f2', 'f3', 'f4', 'f5', 'f6', 'f7', 'f8', 'f9', 'f10', 'f11', 'f12'); $this->view->list_keys = $list_keys; |
