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

disable_dimming, hide_extra_keys_with_external_keyboard and override_control_space Cant be set from the command line until they have been first changed in Settings #2327

Closed
jaclu opened this issue Jan 15, 2024 · 2 comments · Fixed by #2329

Comments

@jaclu
Copy link

jaclu commented Jan 15, 2024

The following settings can neither be accessed nor changed from the command line until they have first been changed in Settings

/proc/ish/defaults/disable_dimming
/proc/ish/defaults/hide_extra_keys_with_external_keyboard
/proc/ish/defaults/override_control_space

The following can be set, but changes won't take effect, they remain at their default values

/proc/ish/defaults/color_scheme

The following can be changed

/proc/ish/defaults/backtick_mapping_escape
/proc/ish/defaults/font_family
/proc/ish/defaults/font_size
/proc/ish/defaults/hide_status_bar
/proc/ish/defaults/option_mapping

In my FS tools, I have started to try to set up the iSH App, so that it can be automatically configured when deploying an FS on a fresh install.
Due to iSH is unable to clear out storage properly when an FS is removed. I have to do this multiple times a day when I am working on my FS tools to not fill up my iPad storage. Not having to manually config the App via Setting every time, would be a nice time saver.

@jaclu jaclu closed this as completed Jan 15, 2024
@jaclu jaclu reopened this Jan 15, 2024
@jaclu jaclu changed the title override_control_space, hide_extra_keys_with_external_keyboard and disable_dimming Cant be set from the command line until they have been first changed in Settings disable_dimming, hide_extra_keys_with_external_keyboard and override_control_space Cant be set from the command line until they have been first changed in Settings Jan 15, 2024
@saagarjha
Copy link
Member

Are you sure disable_dimming doesn't work? The other two I can understand but not that one, it works on my end.

@jaclu
Copy link
Author

jaclu commented Jan 18, 2024

All the listed except for /proc/ish/defaults/color_scheme work with the latest patch, great work!

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

Successfully merging a pull request may close this issue.

2 participants