zoukankan      html  css  js  c++  java
  • 华硕笔记本Delete键和Insert键合二为一与分离

    在新的华硕15寸笔记本上,其Delete键和Insert键是合二为一,这样需要的使用起来很不方便,我们可以将他们拆分一下:

     (N53xi263sn-sl Windows7 64)

    使用Insert,快捷方式为shift+fn+delete/insert

    使用detele,直接使用delete/insert

    将Insert拆分出去,将Number键替换为Insert,然后再将没有什么用的F12替换为Number,这样即可使用Insert键,又避免按错Number键了,毕竟N53是有小键盘的,不必使用Number键。

    替换方法:

    新建记事本文件(保存后修改为.reg后缀)

    内容:

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
    "Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,45,00,58,00,52,E0,45,00,00,00,00,00

    保存后打开导入注册表,重启就OK了。

    还可以将Number键替换为Insert,将Insert替换为Number,两个互换,如下:

    Windows Registry Editor Version 5.00
     
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
    "Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,45,00,52,E0,52,E0,45,00,00,00,00,00

    附改键工具:

    http://pan.baidu.com/s/1sj0VmKP

  • 相关阅读:
    Linux 基本操作 (day2)
    Linux 简介(day1)
    python 反射、md5加密
    Python 简易版选课系统
    python 类与类之间的关系
    python 基本运算符
    python 基础操作--数据类型
    python初识
    生成器和生成器表达式
    SpringMvc测试框架详解----服务端测试
  • 原文地址:https://www.cnblogs.com/zjking99/p/2216119.html
Copyright © 2011-2022 走看看