How to send a combination key with keycode? For example ctrl+c

Just as the subject, on android, how could we do copy or select all action with appium press_keycode()? i didn’t find the keycode for combination key, for example ctrl+c, or with ‘adb shell input keyevent’.

Try looking up information on android meta-state key codes.
http://developer.android.com/reference/android/view/KeyEvent.html