📜  HTML | DOM TouchEvent ctrlKey 属性

📅  最后修改于: 2021-10-31 05:24:14             🧑  作者: Mango

TouchEvent ctrlKey属性是一个只读属性,用于返回一个布尔值,该值指示在触发触摸事件时是否按下了“CTRL”键。它主要返回 false,因为通常触摸设备没有 ctrl 键。

句法 :

event.ctrlKey

返回值:如果按下 ctrl键返回true ,否则返回false

下面的程序说明了 TouchEvent ctrlKey 属性:
示例:查看触摸屏上是否按下了“CTRL”键。




  

    TouchEvent ctrlKey property in HTML
    
    
    

  

  
    

GeeksforGeeks

    

TouchEvent ctrlKey property

    
       

Touch somewhere in the document and wait        for an alert to tell if the CTRL key was        pressed or not.

             

输出:

  • 点击按钮前:
  • 点击按钮后:

支持的浏览器:

  • IE浏览器
  • 谷歌浏览器
  • 火狐