Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings not changing. #2087

Open
TheDataSeneschal opened this issue Feb 4, 2024 · 2 comments
Open

Settings not changing. #2087

TheDataSeneschal opened this issue Feb 4, 2024 · 2 comments

Comments

@TheDataSeneschal
Copy link

TheDataSeneschal commented Feb 4, 2024

I just started using it and it is not loading my basic configurations

file:///C:/Users/varit/OneDrive/Desktop/configs/Surfingkeys.js

I pasted the above file path into the Load Settings from text area and I have turned on Allow access to file URLs.

// An example to replace `T` with `gt`, click `Default mappings` to see how `T` works.
api.map('gt', 'T');

// an example to remove mapkey `Ctrl-i`
api.unmap('<ctrl-h>');

// set theme
settings.theme = {
    'font-family': 'Consolas NF, Charcoal, sans-serif',
    'font-size': '20pt',
    'background': '#24272e',
    'color': '#abb2bf'
};
settings.theme['tbody'] = {
    'color': '#fff'
};
settings.theme['input'] = {
    'color': '#d0d0d0'
};
settings.theme['.url'] = {
    'color': '#61afef'
};
settings.theme['.annotation'] = {
    'color': '#56b6c2'
};
settings.theme['.omnibar_highlight'] = {
    'color': '#528bff'
};
settings.theme['.omnibar_timestamp'] = {
    'color': '#e5c07b'
};
settings.theme['.omnibar_visitcount'] = {
    'color': '#98c379'
};
settings.theme['#sk_omnibarSearchResult ul li:nth-child(odd)'] = {
    'background': '#303030'
};
settings.theme['#sk_omnibarSearchResult ul li.focused'] = {
    'background': '#3e4452'
};
settings.theme['#sk_status, #sk_find'] = {
    'font-size': '20pt'
};

// click Save button to make above settings take effect.`

I am trying to unmap Ctrl h so that I can use it go to history, Also ctrl y does not do any thing.
I have also disabled all other extensions and it still is not working.
I have also tried copying my settings and pasting them manually after removing the file path from the Load settings from text area.

@Sheepolution
Copy link

I take it you haven't been able to solve this? I have the same problem.

@TheDataSeneschal
Copy link
Author

No not yet. Will try later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants