ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.33k stars 855 forks source link

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 closed 5 months ago

jaclu commented 5 months ago

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.

saagarjha commented 5 months ago

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

jaclu commented 5 months ago

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