mirror of
https://github.com/vale981/tridactyl
synced 2025-03-12 21:46:40 -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
|
* Controls whether the page can focus elements for you via js
|
||||||
|
*
|
||||||
* Best used in conjuciton with browser.autofocus in `about:config`
|
* Best used in conjuciton with browser.autofocus in `about:config`
|
||||||
*
|
*
|
||||||
* Permitted values: `true`, or `false`.
|
* Permitted values: `true`, or `false`.
|
||||||
|
@ -295,7 +296,9 @@ const default_config = {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If nextinput, <Tab> after gi brings selects the next input
|
* If nextinput, <Tab> after gi brings selects the next input
|
||||||
|
*
|
||||||
* If firefox, <Tab> selects the next selectable element, e.g. a link
|
* If firefox, <Tab> selects the next selectable element, e.g. a link
|
||||||
|
*
|
||||||
* Permitted values: "nextinput" or "firefox"
|
* Permitted values: "nextinput" or "firefox"
|
||||||
*/
|
*/
|
||||||
gimode: "nextinput", // either "nextinput" or "firefox"
|
gimode: "nextinput", // either "nextinput" or "firefox"
|
||||||
|
|
Loading…
Add table
Reference in a new issue