-
Notifications
You must be signed in to change notification settings - Fork 61
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
add an option for disable shift + clear #368
base: upsilon-dev
Are you sure you want to change the base?
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is some things to change and I didn't built, but it looks OK.
apps/settings/base.en.i18n
Outdated
@@ -81,3 +81,4 @@ ExtAppWriteExplanation1 = "By default, external applications" | |||
ExtAppWriteExplanation2 = "cannot write to memory" | |||
ExtAppWriteExplanation3 = "flash (persistent) of your calculator." | |||
ExtAppEnabled = "Pin up" | |||
Clearshiftlock = "shortcut shift + clear" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to capitalize first letter ? (in others languages too)
apps/global_preferences.h
Outdated
@@ -36,6 +36,8 @@ class GlobalPreferences { | |||
void setAutocomplete(bool autocomple) { m_autoComplete = autocomple; } | |||
bool syntaxhighlighting() const { return m_syntaxhighlighting; } | |||
void setSyntaxhighlighting(bool syntaxhighlight) { m_syntaxhighlighting = syntaxhighlight; } | |||
bool clearalphalockshift() const { return m_clearalphalockshift; } | |||
void setclearalphalockshift(bool clearalphalockshift) { m_clearalphalockshift = clearalphalockshift; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why alphalock ? Isn't this about Shift + Clear ?
Co-authored-by: Yaya-Cout <[email protected]>
|
|
i hope i havent break all |
cool is ok |
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, why is it named "clearalphalockshift" ?
Co-authored-by: Yaya-Cout <[email protected]>
Co-authored-by: Yaya-Cout <[email protected]>
ok is beacaus i have change function name and e not variable name |
|
1 similar comment
|
|
thank you for your patience I think everything is ok now |
|
why the test dosent complet ? |
Co-authored-by: Quentin <[email protected]>
thx |
i have code this issue #285