Add keyboard shortcut to open the board selector

This commit is contained in:
Frederic Guillot
2015-02-14 23:22:06 -05:00
parent 998ef43e53
commit e84abb5498
17 changed files with 23 additions and 2 deletions

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -731,4 +731,5 @@ return array(
'Submit a form' => 'Enregistrer un formulaire',
'Board view' => 'Page du tableau',
'Keyboard shortcuts' => 'Raccourcis clavier',
'Open board switcher' => 'Ouvrir le sélecteur de tableau',
);

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -729,4 +729,5 @@ return array(
// 'Submit a form' => '',
// 'Board view' => '',
// 'Keyboard shortcuts' => '',
// 'Open board switcher' => '',
);

View File

@@ -49,6 +49,7 @@
</ul>
<h3><?= t('Application') ?></h3>
<ul>
<li><?= t('Open board switcher') ?> = <strong>b</strong></li>
<li><?= t('Close dialog box') ?> = <strong>ESC</strong></li>
<li><?= t('Submit a form') ?> = <strong>CTRL+ENTER</strong> <?= t('or') ?> <strong>⌘+ENTER</strong></li>
</ul>