博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
使Backspace键在Linux上的Firefox中正常工作
阅读量:2518 次
发布时间:2019-05-11

本文共 1074 字,大约阅读时间需要 3 分钟。

If there’s one thing that drives me crazy about using multiple operating systems, it’s the inconsistency in keyboard shortcuts… when you hit the backspace key in Firefox on Windows it normally goes back to the previous page, but it doesn’t on Ubuntu Linux.

如果有一件事使我对使用多个操作系统感到疯狂,那是键盘快捷键的不一致……当您在Windows上的Firefox中按Backspace键时,通常可返回上一页,但在Ubuntu Linux上则不会。

Luckily this is a very simple tweak, and you don’t even have to reboot Firefox.

幸运的是,这是一个非常简单的调整,您甚至不必重启Firefox。

Type about:config into the address bar, and then filter by the following key:

在地址栏中键入about:config ,然后按以下键进行过滤:

browser.backspace_action

browser.backspace_action

image

Double-click on the item in the list and change the value to 0.

双击列表中的项目,并将其值更改为0。

image

The change should be immediate – you can hit the backspace key to go right back to whatever you were doing (probably reading this)

更改应该是立即的–您可以按Backspace键返回到您正在做的事情(可能阅读此内容)

This tip should work on any platform… I’m not sure if all versions of Linux have the same annoyance, but at least Ubuntu does.

这个技巧应该在任何平台上都可以使用……我不确定所有版本Linux是否都有相同的烦恼,但是至少Ubuntu确实如此。

翻译自:

转载地址:http://frlwd.baihongyu.com/

你可能感兴趣的文章
几种排序写法
查看>>
java 多线程的应用场景
查看>>
dell support
查看>>
转:Maven项目编译后classes文件中没有dao的xml文件以及没有resources中的配置文件的问题解决...
查看>>
MTK android 设置里 "关于手机" 信息参数修改
查看>>
单变量微积分笔记6——线性近似和二阶近似
查看>>
补几天前的读书笔记
查看>>
HDU 1829/POJ 2492 A Bug's Life
查看>>
CKplayer:视频推荐和分享插件设置
查看>>
CentOS系统将UTC时间修改为CST时间
查看>>
redis常见面试题
查看>>
导航控制器的出栈
查看>>
玩转CSS3,嗨翻WEB前端,CSS3伪类元素详解/深入浅出[原创][5+3时代]
查看>>
iOS 9音频应用播放音频之播放控制暂停停止前进后退的设置
查看>>
Delphi消息小记
查看>>
HNOI2016
查看>>
JVM介绍
查看>>
将PHP数组输出为HTML表格
查看>>
Java中的线程Thread方法之---suspend()和resume() 分类: ...
查看>>
经典排序算法回顾:选择排序,快速排序
查看>>