forked from gui-cs/Terminal.Gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Pressing only shift with a lowercase or a digit the uppercase or symbol must be the character to display. #128
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… windows/net6.0.
Fixes gui-cs#2053. I am still having this issue with v1.8.0 on windows/net6.0.
Release v1.8.1 - Fixing MessageBox.Query issue
Merge pull request gui-cs#2056 from gui-cs/develop
(Trying again; fat fingers) - Removed packages.config (defunct). Relnotes for 1.8.1
Merge branch 'v1_8_1' (Really v1.8.2)
…ero on mouse moved.
… who use it having some control.
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.1.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v1...v2.1.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v17.3.1...v17.3.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…actions/setup-dotnet-2.1.1 Bump actions/setup-dotnet from 1 to 2.1.1
….NET.Test.Sdk-17.3.2 Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2
Fixes gui-cs#2061. WindowsDriver - On 'MouseMoved', at least `ReportMousePosition` flag must be returned.
Fixes gui-cs#2064. mouseGrabView must have a track to allow the views who use it having some control.
Bumps [ReactiveMarbles.ObservableEvents.SourceGenerator](https://github.com/reactivemarbles/ObservableEvents) from 1.1.4 to 1.2.3. - [Release notes](https://github.com/reactivemarbles/ObservableEvents/releases) - [Commits](reactivemarbles/ObservableEvents@1.1.4...1.2.3) --- updated-dependencies: - dependency-name: ReactiveMarbles.ObservableEvents.SourceGenerator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
7 tasks
… base if it's overridden.
Fixes gui-cs#2071. DrawContentComplete event is never called from the base if it's overridden.
…arbles.ObservableEvents.SourceGenerator-1.2.3 Bump ReactiveMarbles.ObservableEvents.SourceGenerator from 1.1.4 to 1.2.3
Fixes gui-cs#2069. Enable KeyDown and KeyUp events to be canceled (like KeyPress)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…nario TreeViewFileSystem
…when not MultiSelect
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Shortcuts keys are to be used with a physical keyboard and one like
Ctrl+Shift+'a'will never be achieve because the driver will always return the uppercase'A', so only this will workCtrl+Shift+A. The same for the symbols e.g.Ctrl+Shift+'!'will also never be achieved because the driver will return alwaysCtrl+Shift+1.