What is the keyboard shortcut of long press in Android Emulator?

android, android-emulator

Solution

Please see your code because long click with mouse is long press/ tap in emulators.

Problem

I am wondering what should be the keyboard shortcut of long press in Android emulator? I have a list of items. I have created a function to delete an item if long press over the item. But I can't test in my emulator. If I press the mouse for long time still it's triggering click event.

Original source