diff --git a/resources/views/partials/keyboard_shortcuts.blade.php b/resources/views/partials/keyboard_shortcuts.blade.php
index 34de093da6..595b78e6ac 100644
--- a/resources/views/partials/keyboard_shortcuts.blade.php
+++ b/resources/views/partials/keyboard_shortcuts.blade.php
@@ -10,17 +10,17 @@
color:#fff;
width:28px;
text-align:center;
- padding-top:4px;
- padding-bottom:4px;
+ padding-top:2px;
+ padding-bottom:2px;
font-weight:bold;
font-size: 18px;
float: left;
- margin-right: 12px;
+ margin-left: 12px;
margin-top: 4px;
margin-bottom: 4px;
}
.help-panel .key-label {
- padding-top: 12px;
+ padding-top: 10px;
}
@@ -33,42 +33,42 @@
-
-
{{ trans('texts.help') }}
+
+
{{ trans('texts.help') }}
{{ trans('texts.new_client') }}
-
-
{{ trans('texts.search') }}
+
+
{{ trans('texts.search') }}
{{ trans('texts.new_invoice') }}
-
-
{{ trans('texts.dashboard') }}
+
+
{{ trans('texts.toggle_menu') }}
{{ trans('texts.new_...') }}
-
-
{{ trans('texts.settings') }}
+
+
{{ trans('texts.toggle_history') }}
-
-
+
+
{{ trans('texts.list_clients') }}
-
-
{{ trans('texts.toggle_menu') }}
+
+
{{ trans('texts.dashboard') }}
{{ trans('texts.list_invoices') }}
-
-
{{ trans('texts.toggle_history') }}
+
+
{{ trans('texts.settings') }}
{{ trans('texts.list_...') }}
@@ -93,11 +93,11 @@
$('#search').focus();
});
- Mousetrap.bind('d', function(e) {
+ Mousetrap.bind('g d', function(e) {
location.href = "{{ url('/dashboard') }}";
});
- Mousetrap.bind('s', function(e) {
+ Mousetrap.bind('g s', function(e) {
location.href = "{{ url('/settings/company_details') }}";
});