最新 最热

How to Enable VNC+xfce on Ubuntu16

settings -> window manager -> keyboard -> switch window for same application -> clear

2021-05-18
1

用python控制鼠标和键盘

可以通过第三方模块mouse来控制鼠标操作。下面是该模块各个属性和方法的英文说明。常用的我加了中文注释。

2021-03-10
0

UVa 10082 WERTYU

A common typing error is to place the hands on the keyboard one row to the right of the correct position. So “Q” is typed as “W” and “J” is typed as “K” and so ...

2021-01-19
0

Windows10:系统开机默认开启数字小键盘

win+R输入'regedit',打开注册表。 按顺序打开 “HKEY_USERS/.DEFAULT/Control Panel/Keyboard”。 双击InitialKeyboardIndicators,进行编辑。 打开编辑窗口后,将原本的数字修改为“2”,然后点击“确定”。 ...

2021-01-04
0

Code::Block格式化化代码

Settings -> Editor -> Keyboard shortcuts -> Plugins -> Source code formatter(AStyle)

2020-11-03
0

ubuntu20.04中文输入法安装步骤

本文安装谷歌输入法。 其实之前一直用的是搜狗输入法,因为20.04取消qt4了没装成,就去尝试别的输入法了。发现谷歌输入法用起来极舒服,比sougou for linux好用多了。记得谷歌的中文输入法主要是北京分部在做,对google cn的...

2020-10-22
0

树莓派raspbian安装matchbox-keyboard虚拟键盘

官网安装地址:http://ozzmaker.com/virtual-keyboard-for-the-raspberry-pi/

2020-02-28
0

手把手教截图识别文字

https://cloud.baidu.com/doc/OCR/index.html

2019-09-20
0

uni-app学习(四)好用的插件2

1. uni-app学习(四)好用的插件21.1. 树形结构点击这里1.2. 下拉刷新上拉加载组件如果想把下拉上拉做成自定义的,更加好看,可以使用这个插件地址这里举个例子1.3. 浮动键...

2019-09-10
0

轻量级Qt键盘-实现篇

介绍该键盘项目的代码实现。1.布局采用垂直布局QHBoxLayout *h1();QHBoxLayout *h2();QHBoxLayout *h3();QHBoxLayout *h4()

2019-07-30
0