-
Notifications
You must be signed in to change notification settings - Fork 6k
Hardware Keyboard: Linux (GTK) #23467
Conversation
a1a511a to
5979f94
Compare
…into keyboard-linux
|
@gspencergoog Can you take another look? |
|
@dkwingsmt I think that link compares the wrong revisions, unless you've been VERY busy :-) (it currently shows ~5000 lines of difference in 115 files for me). No worries, though, I'll just go through the code. |
|
@gspencergoog That's because I've updated with master since your last review, and that's what I mean by "the changes by this PR are everything under the linux folder". (So everything out of it are from the master) Edit: Ok I just learned that Github comes with the "PR compare" feature so here we go: |
gspencergoog
left a comment
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.
|
|
||
| static void fl_mock_text_input_plugin_init(FlMockTextInputPlugin* self) {} | ||
|
|
||
| // static gboolean text_input_im_filter_by_mock(GtkIMContext* im_context, |
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.
Remove commented out code.
|
@gspencergoog Thanks for the review! |
Linux (GTK) changes for the Hardware Keyboard project.

Description
This PR contains the Linux (GTK) changes for the Hardware Keyboard project.
Classes has been adjusted as follows:
Related Issues
Tests
I added the following tests:
FlKeyboardManagerFlKeyEmbedderResponderMigrated tests of
FlKeyEventPlugintoFlKeyChannelResponder.Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.Reviewer Checklist
Breaking Change
Did any tests fail when you ran them? Please read handling breaking changes.