- Surfingkeys Version: 1.16.1
- Surfingkeys-conf Version (git hash): c5052d6
- Operating System: Windows
- Browser Version: Chrome 121.0.6167.161
Details
It seems that surfingkeys is not properly receiving the settings json in conf.js. I suspect we are not properly setting it in a way that surfing keys understands:
settings: {
hintAlign: "center",
//hintCharacters: "qwertasdfgzxcvb",
hintCharacters: "abcdefgilmnoprstuvwy",
omnibarSuggestionTimeout: 500,
richHintsForKeystroke: 1,
defaultSearchEngine: "dd",
theme,
},
The hint alignment and characters are not respected. The settings are indeed dropped in my output file (without the comments), and other modifications i have made to conf.js and keys.js are respected. The configuration settings that are respected are:
siteleader: "s",
// Leader for OmniBar searchEngines
searchleader: "^",
I don't think i am missing any necessary setup steps.