fedora默认的输入法是ibus,用起来还是没有搜狗输入法顺手,于是找来ubuntukylin与搜狗合作开发的搜狗安装包进行安装.
1.卸载ibus
sudo yum remove ibus
gsettings set org.gnome.settings-daemon.plugins.keyboard active false #解除gnome桌面与ibus守护进程的绑定
...
分类:
其他好文 时间:
2015-01-19 09:19:57
阅读次数:
602
简介
微软的ClistCtrl提供了以报表的形式在表格中显示数据的功能,
但是功能有限,
我们不得不自己扩充一些功能,
如下:
Sorting
排序Cell navigation and keyboard search
单元导航和键盘搜索Tooltips
工具提示Hiding and showing columns
隐藏/显示列Cell edi...
分类:
其他好文 时间:
2015-01-18 09:19:05
阅读次数:
475
(http://leetcode.com/2011/01/ctrla-ctrlc-ctrlv.html)Imagine you have a special keyboard with the following keys:ACtrl + ACtrl + CCtrl + Vwhere CTRL+A,...
分类:
其他好文 时间:
2015-01-13 19:39:45
阅读次数:
197
添加自控制器抽取的方法 刚才发现的问题,我在开发的过程中会出这种提示Can't find keyplane that supports type 5 for keyboard iPhone-Portrait-PhoneP,把我吓一跳,我立马找度娘翻译了一下,大概意思是找不到支持键盘iPhone画像keyplane phonep 5型,我也不知道这是什么问题,于是我继续虐度娘,终于找到了一点。...
分类:
移动开发 时间:
2015-01-09 17:23:22
阅读次数:
219
第一种方式:package com.game.keymanager { import flash.display.Stage; import flash.events.KeyboardEvent; import flash.ui.Keyboard; ...
分类:
其他好文 时间:
2015-01-07 23:34:11
阅读次数:
260
/*实践再次说明ch=getchar()的速度非常慢*//*大水题,不解释*/#include#includeint main(){ int i,j,n,count; int a[150]; char ch,s[210]; j=1; for(i=97; i3) j=1;...
分类:
其他好文 时间:
2015-01-07 23:18:22
阅读次数:
142
1. 中国键盘是用国际的105键的,所以在Ubuntu中,当我们在终端中输入sudo dpkg-reconfigure keyboard-configuration输入完当前用户密码之后,会出现一个伪键盘布局配置窗口,我们Win7 Ubuntu的双系统会默认选中"标准105(国际)"2. 设置日本键...
分类:
系统相关 时间:
2015-01-04 16:31:37
阅读次数:
176
android.app.KeyguardManager类用于对Keyguard进行管理,即对锁屏进行管理Class OverviewClass that can be used to lock and unlock the keyboard. Get an instance of this clas...
分类:
其他好文 时间:
2015-01-01 18:29:56
阅读次数:
219