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

Update to latest upstream for ctrl support on macos #10

Merged
merged 4 commits into from
Oct 10, 2024

Conversation

vadi2
Copy link
Member

@vadi2 vadi2 commented Oct 9, 2024

No description provided.

vadi2 and others added 4 commits April 27, 2024 08:57
The changes to QMutex were actually introduced in Qt 5.14 and not 6.0 and
some versions of Qt 5.15 are now throwing depracation warnings if they
encounter the older form.

Signed-off-by: Stephen Lyons <[email protected]>
@@ -25,7 +25,9 @@ void FactoryKeyMap::fill( TextEditorKeyMap* km )
add( "goto_next_word", "move_to_next_word" );
add( "goto_prev_word", "move_to_previous_word" );
add( "goto_bol", "move_to_start_of_line" );
add( "goto_bol", "move_to_start_of_block");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what effect this and the change two lines down do - but is it correct for the two new entries to have the same keys as the adjacent ones - or is it that what ever a block is this is treating it the same as a line? 😟

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you missed #9, have a look there for the information.

@vadi2 vadi2 merged commit 46086e0 into Mudlet:master Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants