Skip to content

Conversation

@BDisp
Copy link

@BDisp BDisp commented Sep 27, 2022

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 work Ctrl+Shift+A. The same for the symbols e.g. Ctrl+Shift+'!' will also never be achieved because the driver will return always Ctrl+Shift+1.

BDisp and others added 20 commits September 21, 2022 18:44
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)
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>
BDisp and others added 6 commits September 28, 2022 17:16
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)
@BDisp BDisp marked this pull request as draft September 29, 2022 22:18
dependabot bot and others added 2 commits October 10, 2022 15:40
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>
@BDisp BDisp marked this pull request as ready for review October 30, 2022 21:03
@tznind tznind merged commit 2562ad9 into tznind:vkpacket Oct 30, 2022
@BDisp BDisp deleted the vkpacket-fix3 branch October 30, 2022 21:30
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.

4 participants