Skip to content

[Bug] SurfingKeys is not receiving settings in conf.js, especially hint alignment and hint characters #81

@masisley

Description

@masisley
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions