switch main key from meta to alt, more sane default
This commit is contained in:
parent
c93f8e5462
commit
e4772e314a
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ defaultContentLanguage = 'es'
|
||||||
[params]
|
[params]
|
||||||
user = "peter"
|
user = "peter"
|
||||||
hostname = "peterdominguez.art"
|
hostname = "peterdominguez.art"
|
||||||
footerHtml = 'Todo contenido bajo una licencia <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.es" target="_blank">CC BY-SA 4.0</a>. Para buscar en este sitio: presiona Meta (tecla Win) + /'
|
footerHtml = 'Todo contenido bajo una licencia <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.es" target="_blank">CC BY-SA 4.0</a>. Para buscar en este sitio: presiona Alt + /'
|
||||||
[params.author]
|
[params.author]
|
||||||
name = "Peter Domínguez"
|
name = "Peter Domínguez"
|
||||||
avatar = "/simon.png"
|
avatar = "/simon.png"
|
||||||
|
|
|
@ -15,8 +15,8 @@ const DEFAULT_CONFIG = {
|
||||||
shortcuts: {
|
shortcuts: {
|
||||||
open: { // Shortcut to open/close search
|
open: { // Shortcut to open/close search
|
||||||
key: '/', // The key to trigger the shortcut
|
key: '/', // The key to trigger the shortcut
|
||||||
metaKey: true, // Requires Cmd/Win key
|
metaKey: false, // Requires Cmd/Win key
|
||||||
altKey: false, // Requires Alt key
|
altKey: true, // Requires Alt key
|
||||||
ctrlKey: false, // Requires Ctrl key
|
ctrlKey: false, // Requires Ctrl key
|
||||||
shiftKey: false // Requires Shift key
|
shiftKey: false // Requires Shift key
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue