Skip to content

Conversation

@gokaysatir
Copy link
Contributor

Fix: Send .uno:PasteSpecial command to core side.

This fixes the issue for internal copy-paste special operations.

Change-Id: I3d908c96627eeca9b2fbc6d8575707ddbb05b340

  • Resolves: #
  • Target version: master

Summary

TODO

  • ...

Checklist

  • I have run make prettier-write and formatted the code.
  • All commits have Change-Id
  • I have run tests with make check
  • I have issued make run and manually verified that everything looks okay
  • Documentation (manuals or wiki) has been updated or is not required

Fix: Send .uno:PasteSpecial command to core side.

This fixes the issue for internal copy-paste special operations.

Signed-off-by: Gökay Şatır <[email protected]>
Change-Id: I3d908c96627eeca9b2fbc6d8575707ddbb05b340
new ShortcutDescriptor({ eventType: 'keydown', modifier: Mod.CTRL, key: 'f', dispatchAction: 'home-search' }),
new ShortcutDescriptor({ eventType: 'keydown', modifier: Mod.CTRL, key: 'p', dispatchAction: 'print' }),
new ShortcutDescriptor({ eventType: 'keydown', modifier: Mod.CTRL, key: 's', dispatchAction: 'save', dispatchData: 'keyboard' }),
new ShortcutDescriptor({ eventType: 'keydown', modifier: Mod.CTRL | Mod.SHIFT | Mod.ALT, key: 'V', unoAction: '.uno:PasteSpecial' }),
Copy link
Contributor

Choose a reason for hiding this comment

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

it was for "non-mobile" before, don't we want to mark it using Platform?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To Review

Development

Successfully merging this pull request may close these issues.

2 participants