zoukankan      html  css  js  c++  java
  • qtp中type方法的按键常量

      记录键盘操作可以用set和presskey方法,而type方法是不记录的。type方法主要用于输入连接文本字符串和键盘修饰键(组合键),组合键之间用&符号。

    如:JavaWindow("Shell").JavaEdit("授权用户").Type "hello" & micreturn

     edit文本框输入内容后按回车键:JavaWindow("Shell").JavaEdit("授权用户").Type micreturn

    type方法常用的按键常量有以下:

    micRShiftUp 

    Releases the right Shift key

    micreturn

    Press the enter key

    micTab

    Press the tab key

    micWinLogoDwn

    Press the windows Logo key

    micWinLogoUP

    Release the windows Logo key

    micLWinLogoDwn

    Press the left windows logo key

    micLWinLogoUp

    Release the left windows logo key    

    micRWinLogoDwn

    Press the right windows logo key

    micRWinLogoUp

    Release the right windows logo key    

    micF1

    Press the F1 key

    micCtrlDwn

    Press the ctrl key

    micCtrlUp

    Release the ctrl key

  • 相关阅读:
    viewpaper
    mfc ui 3 swf
    mfc ui3
    mfc ui2
    mfc ui库
    将Cocos2dX渲染到MFC窗口上
    MFC 框架技术简单研讨
    不可忽略的数据库缓存重建
    google bookmarket api
    android 加载大图片
  • 原文地址:https://www.cnblogs.com/emilyzhang68/p/3534004.html
Copyright © 2011-2022 走看看