zoukankan      html  css  js  c++  java
  • geusture for chrome cfg

    {
      "name": "Chrome Gestures",
      "version": "1.13.4",
      "normal_actions": {
        "L": {
          "name": "back",
          "args": []
        },
        "R": {
          "name": "forward",
          "args": []
        },
        "UD": {
          "name": "scroll to bottom",
          "args": []
        },
        "UDU": {
          "name": "cacheless reload",
          "args": []
        },
        "UL": {
          "name": "select left tab",
          "args": []
        },
        "D": {
          "name": "open new tab",
          "args": []
        },
        "DR": {
          "name": "close this tab",
          "args": []
        },
        "RU": {
          "name": "select right tab",
          "args": []
        },
        "LU": {
          "name": "select left tab",
          "args": []
        },
        "RUR": {
          "name": "select last tab",
          "args": []
        },
        "LUL": {
          "name": "select first tab",
          "args": []
        },
        "#FlipBack": {
          "name": "back",
          "args": []
        },
        "#FlipForward": {
          "name": "forward",
          "args": []
        },
        "UR": {
          "name": "select right tab",
          "args": []
        },
        "LR": {
          "name": "reload",
          "args": []
        },
        "RL": {
          "name": "re-open closed tab",
          "args": []
        },
        "DU": {
          "name": "scroll to top",
          "args": []
        }
      },
      "linkdrag_actions": {
        "D": {
          "name": "open in new tab",
          "args": []
        },
        "DU": {
          "name": "open in background tab",
          "args": []
        },
        "U": {
          "name": "copy url",
          "args": []
        },
        "UD": {
          "name": "copy url and text",
          "args": []
        }
      },
      "textdrag_actions": {
        "DR": {
          "name": "search with #1 in new tab",
          "args": [
            "http://www.google.com/search?q=%s",
            "Google"
          ]
        },
        "UL": {
          "name": "copy text",
          "args": []
        },
        "UR": {
          "name": "copy html",
          "args": []
        }
      },
      "mouse_track": true,
      "visualized_arrow": true,
      "superdrag": false,
      "useMousewheel": false,
      "useTabList": false,
      "useSmoothScroll": false,
      "ScrollSpeedValue": 0.2,
      "useScrollAcceleration": false,
      "AccelerationValue": 5,
      "suppress_contextmenu": true,
      "minimumUnit": 10
    }
  • 相关阅读:
    设置Edittext全键盘
    Math中和角度,弧长,tan等相关的算法
    Android:TabLayout的一些设置
    Android;设置TextView加粗 代码设置
    Android:关于Edittext的一些设置
    Android:View颤抖的动画效果代码
    Android:dialog去除边框的实现(自带Style的padding)
    Android:自定义Dialog大小,显示圆角
    Android:EventBus
    SAS宏系统选项SYMBOLGEN MCOMPILENOTE MPRINT<NEST> MLOGIC(NEST)
  • 原文地址:https://www.cnblogs.com/vimmer/p/3284837.html
Copyright © 2011-2022 走看看