diff options
| author | 2014-02-04 23:28:02 -0800 | |
|---|---|---|
| committer | 2014-02-04 23:28:02 -0800 | |
| commit | a2c64ad89659c1d1332b76649ae3db0a208fd449 (patch) | |
| tree | 184cc532e1a95c58d4160009ec871701da35a805 /app/Controllers/configureController.php | |
| parent | 575d0002cc3839760f0a389eb4af8cd7d23b74c6 (diff) | |
| parent | beceedd87819fd67f3cd81e65ba981c202ba2cd4 (diff) | |
Merge pull request #408 from aledeg/shortcuts
Modification des raccourcis
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 645f9eabf..a5d99c508 100755 --- a/app/Controllers/configureController.php +++ b/app/Controllers/configureController.php @@ -286,7 +286,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController { public function shortcutAction () { $list_keys = array ('a', 'b', 'backspace', 'c', 'd', 'delete', 'down', 'e', 'end', 'enter', - 'escape', 'f', 'g', 'h', 'i', 'insert', 'j', 'k', 'l', 'left', + 'escape', 'f', 'g', 'h', 'home', 'i', 'insert', 'j', 'k', 'l', 'left', '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', |
