[NUI.WindowSystem] Add SetSecondarySelection and UnsetSecondarySelection to fix typo
authorJunseok Kim <juns.kim@samsung.com>
Wed, 1 Nov 2023 05:27:06 +0000 (14:27 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 2 Nov 2023 04:18:20 +0000 (13:18 +0900)
commit1a1477c0c75c369547427261a0b9d809025fcab2
tree75d0cf8906d77cf57a3570b422200dbd5138959e
parent0807b4df213790a2933a2a784571383eebb8e324
[NUI.WindowSystem] Add SetSecondarySelection and UnsetSecondarySelection to fix typo

Add new requests SetSecondarySelection and UnsetSecondarySelection to alternate requests
SetSecondarySelction and UnsetSecondarySelction that have typo.

After all caller that typo requests have been removed, the typo request have been removed.
src/Tizen.NUI.WindowSystem/src/public/KVMService.cs
src/Tizen.NUI/src/public/Clipboard/ClipboardEvent.cs
test/NUIClipboardDataSelected/ClipboardDataSelected.cs
test/NUIWindowKVMSample/NUIWindowKVMSample.cs