mirror of
https://github.com/vale981/tridactyl
synced 2025-03-12 13:36:38 -04:00
Fix some linebreaks
This commit is contained in:
parent
e0accfb221
commit
7898da09e4
1 changed files with 3 additions and 0 deletions
|
@ -280,6 +280,7 @@ const default_config = {
|
|||
|
||||
/**
|
||||
* Controls whether the page can focus elements for you via js
|
||||
*
|
||||
* Best used in conjuciton with browser.autofocus in `about:config`
|
||||
*
|
||||
* Permitted values: `true`, or `false`.
|
||||
|
@ -295,7 +296,9 @@ const default_config = {
|
|||
|
||||
/**
|
||||
* If nextinput, <Tab> after gi brings selects the next input
|
||||
*
|
||||
* If firefox, <Tab> selects the next selectable element, e.g. a link
|
||||
*
|
||||
* Permitted values: "nextinput" or "firefox"
|
||||
*/
|
||||
gimode: "nextinput", // either "nextinput" or "firefox"
|
||||
|
|
Loading…
Add table
Reference in a new issue