Shift+End 键选择文本而不是转到末尾

Shift+End 键选择文本而不是转到末尾

我最近从 Win10 切换到 Linux Mint 20.1,因为这些年来 Windows 在优化方面越来越差。然而,我已经习惯使用它十年了,有些行为对我来说很奇怪。

我有同样的问题旧线程,在我的笔记本电脑上,该End键位于数字键盘上与1.然而2017年的帖子并没有受到太多关注,答案也远没有令人信服。

我还尝试了相关线程中的几件事,经过长达 3 个小时的时间,我感觉我没有做太多事情......

到目前为止我尝试过的:

  1. 回答,建议我看看我的键盘的设置。在里面各种兼容性选项,我注意到三件事相关:

    • Num Lock 打开:数字,Shift 为箭头键。 Num Lock 关闭:箭头键(与 Windows 中一样)
    • Shift 不会取消 Num Lock,而是选择第 3 级
    • Shift + Num Lock 启用 PointerKeys

    我尝试了这些设置的所有组合,但没有帮助。

  2. “生活黑客”不起作用。什么都没发生。

  3. 我尝试过G设置恶作剧,但这对我来说没有多大意义,因为我对 Linux 还很陌生......

  4. 我尝试了这个gnome-tweak-tool包,但这并没有改变任何东西。

  5. ~/etc/default/keyboard即使在XKBOPTIONS="numpad:microsoft"建议的$ sudo dpkg-reconfigure keyboard-configuration.

到目前为止,我设法通过这个堆栈交换解决了所有问题,但这个问题让我抓狂。每次我想转到 Eclipse 中的行尾并按下Return以开始新行时,我都会删除整个行尾,这变得令人恼火......

预先感谢您的友好回答,如果我不太符合社区准则,请提前表示歉意!


以下是我的笔记本电脑的规格,以防有任何帮助:

$ inxi -Fxz
System:
  Kernel: 5.4.0-64-generic x86_64 bits: 64 compiler: gcc v: 9.3.0 
  Desktop: Cinnamon 4.8.6 Distro: Linux Mint 20.1 Ulyssa 
  base: Ubuntu 20.04 focal 
Machine:
  Type: Laptop System: Acer product: Aspire A515-54G v: V1.21 
  serial: <filter> 
  Mobo: WHL model: Doc_WC v: V1.21 serial: <filter> UEFI: Insyde v: 1.21 
  date: 07/03/2020 
Battery:
  ID-1: BAT1 charge: 35.7 Wh condition: 35.7/48.9 Wh (73%) 
  model: LGC AC14B8K status: Full 
CPU:
  Topology: Quad Core model: Intel Core i5-8265U bits: 64 type: MT MCP 
  arch: Kaby Lake rev: C L2 cache: 6144 KiB 
  flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx 
  bogomips: 28800 
  Speed: 800 MHz min/max: 400/3900 MHz Core speeds (MHz): 1: 800 2: 800 
  3: 800 4: 800 5: 800 6: 800 7: 800 8: 800 
Graphics:
  Device-1: Intel UHD Graphics 620 vendor: Acer Incorporated ALI 
  driver: i915 v: kernel bus ID: 00:02.0 
  Device-2: NVIDIA GP108M [GeForce MX250] vendor: Acer Incorporated ALI 
  driver: nvidia v: 460.32.03 bus ID: 02:00.0 
  Display: x11 server: X.Org 1.20.9 driver: modesetting,nvidia 
  unloaded: fbdev,nouveau,vesa resolution: 1366x768~60Hz 
  OpenGL: renderer: GeForce MX250/PCIe/SSE2 v: 4.6.0 NVIDIA 460.32.03 
  direct render: Yes 
Audio:
  Device-1: Intel Cannon Point-LP High Definition Audio 
  vendor: Acer Incorporated ALI driver: snd_hda_intel v: kernel 
  bus ID: 00:1f.3 
  Sound Server: ALSA v: k5.4.0-64-generic 
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
  vendor: Acer Incorporated ALI driver: r8169 v: kernel port: 3000 
  bus ID: 03:00.0 
  IF: enp3s0 state: down mac: <filter> 
  Device-2: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter 
  vendor: Lite-On driver: ath10k_pci v: kernel port: 3000 bus ID: 04:00.0 
  IF: wlp4s0 state: up mac: <filter> 
Drives:
  Local Storage: total: 931.51 GiB used: 80.95 GiB (8.7%) 
  ID-1: /dev/sda vendor: Western Digital model: WD10SPZX-21Z10T0 
  size: 931.51 GiB 
RAID:
  Hardware-1: Intel 82801 Mobile SATA Controller [RAID mode] driver: ahci 
  v: 3.0 bus ID: 00:17.0 
Partition:
  ID-1: / size: 915.40 GiB used: 80.95 GiB (8.8%) fs: ext4 dev: /dev/sda2 
Sensors:
  System Temperatures: cpu: 68.0 C mobo: N/A gpu: nvidia temp: 60 C 
  Fan Speeds (RPM): N/A 
Info:
  Processes: 278 Uptime: 5h 14m Memory: 3.69 GiB used: 2.45 GiB (66.4%) 
  Init: systemd runlevel: 5 Compilers: gcc: 9.3.0 Shell: bash v: 5.0.17 
  inxi: 3.0.38

相关内容