linux返回前一个窗口快捷键

linux返回前一个窗口快捷键,第1张

快捷键

ctrl+shift+f (窗口全屏)

ctrl+shift+n (新建konsole窗口)

ctrl+shift++ (调整窗口字体大)

ctrl+shift+- (调整窗口字体小)

ctrl+shift+0 (调整窗口字体正常)

ctrl+alt+f1 (终端1)

ctrl+alt+f2 (终端2)

ctrl+alt+f3 (终端3)

ctrl+alt+f4 (终端4)

ctrl+alt+f5 (终端5)

ctrl+alt+f6 (终端6)

ctrl+alt+f7 (X-window界面)

ctrl+alt+s (重命名会话 在konsole窗口)

ctrl+alt+d (显示桌面)

ctrl+alt+l (锁定屏幕)

ctrl+alt+方向上下(切换输入法)

ctrl+alt+del (结束会话)

ctrl+alt+Ins (结束或锁定当前会话 开始新的会话 有的可尝试+FN键)

Ctrl+Alt+BackSpace (强行退出X-WINDOW)

ctrl+alt+FN+p (调整窗口大小)

ctrl+F1 (显示窗口)

ctrl+f2 (显示桌面)

ctrl+prtscr (截屏)

ctrl+Home (显示到窗口页首)

ctrl+End (显示到窗口页尾)

ctrl+space (切换输入法)

ctrl+shift (切换输入法)

ctrl+l (=clear)

ctrl+n (新建窗口)

ctrl+S (保存文件)

ctrl+q (退出)

ctrl+d (关闭konsole)

ctrl+ESC (KDE卫士)

shift+方向键 (在konsole下切换)

alt+f1 (显示程序菜单)

alt+f2 (运行命令)

alt+f3 (显示当前窗口菜单)

alt+f4 (关闭当前窗口)

alt+f5 (窗口选项)

alt+方向左 (后退网页)

alt+方向右 (向前网页)

.......

按 下面的步骤去做,改变分辨率。你是在虚拟机下面装的吧?xp系统下的虚拟机中安装了linux后,虚拟机VMware中的linux界面太小,是由于linux分辨率太低(通常为800×600)造成的,可以通过安装VMware Tools来更改分辨率到1024×768来解决这个问题,下面说明安装VMware Tools并配置分辨率的步骤:1.安装工具。让虚拟机运行于窗口状态,不要全屏,按Ctrl+Alt让鼠标释放出来。在VMware的菜单栏上选择"虚拟机/安装虚拟机工具(VM/Install VMware Tools...)"。然后切换到客户 *** 作系统,即Linux。2.挂载光盘。# mount /dev/cdrom /mnt/cdrom3.执行命令。进入虚拟光盘,可以看到有两个文件,一个是压缩包,一个为rpm包。直接运行rpm包安装,命令行也可。rpm -Uvh VMwareTools-版本号-版本号.i386.rpm# cd /mnt/cdrom# ls -l有两上文件 :VMwareTools-5.5.1-19175.i386.rpmVMwareTools-5.5.1-19175.tar.gz并把这两个文件拷贝到你的文件下 如 /tmp#cp VMwareTools-5.5.1-19175.tar.gz /tmp#cp VMwareTools-5.5.1-19175.i386.rpm /tmp#cd /tmp#rpm -ivh VMwareTools-5.5.1-19175.i386.rpm4.上述 *** 作完成后,进入/usr/bin目录,查找vmware-config-tools.pl.找到后,运行它。5.一路回车6.#tar -xzvf VMwareTools-5.5.1-19175.tar.gz#cd vmware-tools-distrib#./vmware-install.plCreating a new installer database using the tar3 format.Installing the content of the package.# 安装过程的画面,全部使用默认值,一直按 Enter 就对了In which directory do you want to install the binary files?[/usr/bin]What is the directory that contains the init directories (rc0.d/ to rc6.d/)?[/etc/rc.d]What is the directory that contains the init scripts?[/etc/rc.d/init.d]In which directory do you want to install the daemon files?[/usr/sbin]In which directory do you want to install the library files?[/usr/lib/vmware-tools]Thepath "/usr/lib/vmware-tools" does not exist currently. This program isgoingto create it, including needed parent directories. Is this whatyou want?[yes]In which directory do you want to install the documentation files?[/usr/share/doc/vmware-tools]Thepath "/usr/share/doc/vmware-tools" does not exist currently. Thisprogram isgoing to create it, including needed parent directories. Isthis what you want?[yes]The installation of VMware Tools 5.5.1 build-19175 for Linux completedsuccessfully. You can decide to remove this software from your system at anytime by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".Before running VMware Tools for the first time, you need to configure it byinvoking the following command: "/usr/bin/vmware-config-tools.pl". Do you wantthis program to invoke the command for you now? [yes]Stopping VMware Tools services in the virtual machine:Guest operating system daemon: [ 确定 ]Trying to find a suitable vmhgfs module for your running kernel.The module bld-2.6.9-5.EL-i686-RHEL4 loads perfectly in the running kernel.pcnet32 30153 0Unloading pcnet32 moduleTrying to find a suitable vmxnet module for your running kernel.The module bld-2.6.9-5.EL-i686-RHEL4 loads perfectly in the running kernel.Detected X.org version 6.8.关闭控制台鼠标服务: [ 确定 ]启动控制台鼠标服务: [ 确定 ]Please choose one of the following display sizes (1 - 13):# 显示分辨率,这里是以 1024x768 为例# VMware Tools 安装的时候,会自动修改 X server 的配置文件[1] "640x480"[2]<"800x600"[3] "1024x768"[4] "1152x864"[5] "1280x800"[6] "1152x900"[7] "1280x1024"[8] "1376x1032"[9] "1400x1050"[10] "1680x1050"[11] "1600x1200"[12] "1920x1200"[13] "2364x1773"Please enter a number between 1 and 13:[2] 3X Window System Version 6.8.2Release Date: 9 February 2005X Protocol Version 11, Revision 0, Release 6.8.2Build Operating System: Linux 2.6.9-34.EL i686 [ELF]Current Operating System: Linux rd01.domain 2.6.9-34.EL #1 Wed Mar 8 00:07:35 CST 2006 i686Build Date: 04 May 2006Build Host: x8664-build.centos.orgBefore reporting problems, checkhttp://wiki.X.Orgto make sure that you have the latest version.Module Loader presentOSKernel: Linux version 2.6.9-34.EL (buildcentos@build-i386) (gcc version3.4.5 20051201 (Red Hat 3.4.5-2)) #1 Wed Mar 8 00:07:35 CST 2006 PMarkers: (--) probed, (**) from config file, (==) default setting,(++) from command line, (!!) notice, (II) informational,(WW) warning, (EE) error, (NI) not implemented, (??) unknown.(++) Log file: "/tmp/vmware-config0/XF86ConfigLog.3131", Time: Mon Jun 12 20:57:3

1、tab:命令或路径等的补全键,也是Linux用的最多的一个快捷键2、ctrl+a:光标迅速回到行首3、ctrl+e:光标迅速回到行尾4、ctrl+f:光标向右移动一个字符5、ctrl+b:光标向左移动一个字符6、ctrl+insert:复制命令行内容(mac系统不能使用)7、shift+insert //粘贴命令行内容(mac系统不能使用)8、ctrl+k //剪切(删除)光标处到行尾的所有字符9、ctrl+u //剪切(删除)光标处到行首的所有字符10、ctrl+w //剪切(删除)光标前的一个字符11、ctrl+y //粘贴 ctrl+k、ctrl+u、ctrl+w删除的字符12、ctrl+c //中断终端正在执行的任务并开启一个新的一行13、ctrl+h //删除光标前的一个字符(相当于退格键)14、ctrl+d //退出当前shell命令行,如果是切换过来的用户,则执行这个命令回退到原用户15、ctrl+r //搜索命令行使用过的历史命令记录16、ctrl+g //从ctrl+r的搜索历史命令模式中退出17、ctrl+l //清楚屏幕所有的内容,并开启一个新的一行18、ctrl+s //锁定终端,使之任何人无法输入19、ctrl+q //解锁ctrl+s的锁定状态20、ctrl+z //暂停在终端运行的任务,使用"fg"命令可以使暂停恢复21、!! //执行上一条命令22、!pw //这是一个例子,是执行以pw开头的命令,这里的pw可以换成任何已经执行过的字符23、!pw:p //这是一个例子,是仅打印以pw开头的命令,但不执行,最后的那个“p”是命令固定字符24、!num //执行历史命令列表的第num条命令,num代指任何数字(前提是历史命令里必须存在)25、!$ //代指上一条命令的最后一个参数,该命令常用于shell脚本中26、esc+. //注意那个".“ 意思是获取上一条命令的(以空格为分隔符)最后的部分27、esc+b //移动到当前单词的开头28、esc+f //移动到当前单词的结尾


欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/yw/8687708.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-04-19
下一篇2023-04-19

发表评论

登录后才能评论

评论列表(0条)

    保存