compose-multiplatform-core icon indicating copy to clipboard operation
compose-multiplatform-core copied to clipboard

Introduce common SelectionTests

Open Schahen opened this issue 1 year ago • 1 comments

Basically this is start for having more and more common tests for keyboard-related staff

Schahen avatar Feb 27 '24 17:02 Schahen

In the framework of this PR we've decided to:

  • solve the same propblem abstract fun setPlatformDefaultKeyMapping(value: KeyMapping) currently does but via expect/actual
  • refactor a bit KeyMapping.desktop.kt

Schahen avatar Feb 28 '24 14:02 Schahen