-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Keyboard Support Redo #246
Open
BAProductions
wants to merge
14
commits into
elementary:main
Choose a base branch
from
MC-OS:GTK4_Keyboard_Support_Redo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Mar 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 86fc446 - Browse repository at this point
Copy the full SHA 86fc446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 960384d - Browse repository at this point
Copy the full SHA 960384dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b61c1b - Browse repository at this point
Copy the full SHA 9b61c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2fca9 - Browse repository at this point
Copy the full SHA 5d2fca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c9ffe - Browse repository at this point
Copy the full SHA f0c9ffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d8c0e3 - Browse repository at this point
Copy the full SHA 2d8c0e3View commit details -
Since entry is now in read only mode .grab_focus () & etc is no longer needed;
Configuration menu - View commit details
-
Copy full SHA for 7984eae - Browse repository at this point
Copy the full SHA 7984eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12fdb04 - Browse repository at this point
Copy the full SHA 12fdb04View commit details -
Remove application_instance.set_accels_for_action (ACTION_PREFIX + ACTION_CLEAR, {"Escape"}); & let event control handle it or the escape button will not animate.
Configuration menu - View commit details
-
Copy full SHA for 72630b7 - Browse repository at this point
Copy the full SHA 72630b7View commit details -
Swap Gdk.Key.Return Gdk.Key.equal
Since Gdk.Key.Return is user by default to trigger the selected UI element when navigating the UI with the arrow keys or the tab keys the equal button will never get pressed or fire, But instead the highlight button will be pressed so Gdk.Key.equal makes the most since
Configuration menu - View commit details
-
Copy full SHA for 61f226c - Browse repository at this point
Copy the full SHA 61f226cView commit details
Commits on Mar 16, 2023
-
Redo on_key_press to activate glib actions instead of the buttons cli…
…cked function - Exposing every single buttons like this isn't necessary & calling the for each button is a better idea EXP: activate_action(ACTION_INSERT, new GLib.Variant("s", "Character Gos Here")); is batter. The del calc button do not use glib actions Calling button_del_clicked(); & button_calc_clicked(); is nessary.
Configuration menu - View commit details
-
Copy full SHA for 9334b62 - Browse repository at this point
Copy the full SHA 9334b62View commit details -
Configuration menu - View commit details
-
Copy full SHA for c20b654 - Browse repository at this point
Copy the full SHA c20b654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44416fb - Browse repository at this point
Copy the full SHA 44416fbView commit details
Commits on Mar 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 676977c - Browse repository at this point
Copy the full SHA 676977cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.