터미널 앱의 키보드에서는 ^ 키를 사용하여 "ê" 또는 "ë"를 쓸 수 없지만 터미널 앱이 아닌 경우에는 가능합니다.

터미널 앱의 키보드에서는 ^ 키를 사용하여 "ê" 또는 "ë"를 쓸 수 없지만 터미널 앱이 아닌 경우에는 가능합니다.

만자로와 i3를 사용하고 있는데 플라즈마에도 이런 문제가 있습니다.

^이 메시지에서는 프랑스어 AZERTY 키보드 오른쪽에 있는 키인 - 키를 호출하겠습니다. 이 키는 and가 있고 or를 쓰는 데 사용할 수 있습니다.p^¨^¨

며칠 동안 다음 ^과 같이 터미널에 문자나 악센트를 추가할 수 없습니다(예: konsole 또는 alacritty 사용).¨

  • ê^그런 다음 -key를 사용하십시오.e
  • ëwith Shift+ ^then e 이 문제는 nvim과 같은 터미널 응용 프로그램에도 존재합니다.

그래도 이는 Firefox와 같은 비터미널 응용 프로그램에서는 작동합니다. 제 경우에는 키보드 문제는 아닌 것 같습니다 /etc/. 스페이스바를 누르거나 바로 뒤에도 작동하지 않습니다.

다른 터미널(새끼 고양이)을 사용해 보았지만 같은 문제가 발생했습니다.

그래도 ^-key는 Firefox나 Discord와 같은 비터미널 애플리케이션에서 완벽하게 작동합니다.

또한 + 조합을 사용하여 ^터미널에 문자를 쓸 수 있습니다.AltGr9

^마지막으로 -key를 로 설정하는 키보드 구성을 사용 하지만 문자에 대한 쓰기 및 악센트 ^의 좋은 조합을 허용하지 않는 경우 터미널에서 터치 기능을 사용할 수 있습니다. 하지만 나는 그것에 관심이 없습니다. 왜냐하면 나는 단지 문자에 악센트 표시를 쓸 때 - 키만 사용하기 때문입니다 .¨^^^

무슨 일이 일어날지 아시나요?

당신의 도움을 주셔서 대단히 감사합니다!

이것은 내 키보드 구성 파일입니다 /etc/default/keyboards.

# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="pc105"
XKBLAYOUT="fr"
XKBVARIANT=""
XKBOPTIONS=""

BACKSPACE="guess"

이것은 내 로케일 /etc/default/locale입니다.

LANG=en_US.UTF-8
LC_ADDRESS=fr_FR.UTF-8
LC_IDENTIFICATION=fr_FR.UTF-8
LC_MEASUREMENT=fr_FR.UTF-8
LC_MONETARY=fr_FR.UTF-8
LC_NAME=fr_FR.UTF-8
LC_NUMERIC=fr_FR.UTF-8
LC_PAPER=fr_FR.UTF-8
LC_TELEPHONE=fr_FR.UTF-8
LC_TIME=fr_FR.UTF-8

이것은 내 i3 구성 파일입니다.

# i1 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
#
# This config file uses keycodes (bindsym) and was written for the QWERTY
# layout.
#
# To get a config file with the same key positions, but for your current
# layout, use the i3-config-wizard

# The modifier used all along this configuration file. It is the super key.
# Mod1 = Alt, Mod4 = super
set $mod Mod4

# local conf. Differ depending on the computer
include ~/.config/i3/local.conf

# A nice autotiling
# needs to use the script in https://github.com/nwg-piotr/autotiling
exec_always --no-startup-id autotiling


# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
# font pango:monospace 12
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
font pango:DejaVu Sans Mono 14

# Start XDG autostart .desktop files using dex. See also
# https://wiki.archlinux.org/index.php/XDG_Autostart
exec --no-startup-id dex --autostart --environment i3

# The combination of xss-lock, nm-applet and pactl is a popular choice, so
# they are included here as an example. Modify as you see fit.

# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
# screen before suspend. Use loginctl lock-session to lock your screen.
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork

# NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet

# use these keys for focus, movement, and resize directions when reaching for
# the arrows is not convenient
set $up k
set $down j
set $left h
set $right l

# use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod

# start a terminal
bindsym $mod+Return exec alacritty
bindsym $mod+t exec alacritty

# start applications
# bindsym $mod+Shift+f exec firefox
# bindsym $mod+Shift+z exec zathura
# terminal applications
# Cause i use konsole terminal...
# bindsym $mod+Shift+r exec konsole -e ranger
# bindsym $mod+Shift+n exec konsole -e nvim

# kill focused window
bindsym $mod+Shift+q kill

# start dmenu (a program launcher)
# bindsym $mod+d exec --no-startup-id dmenu_run
# A more modern dmenu replacement is rofi:
set $rofi exec "rofi -modi drun,run -show drun -show-icons"

# some added scripts
set $rofi_scripts ~/.config/rofi
bindsym $mod+d exec "rofi -modi drun,run -show drun -show-icons"
# doesn't work
bindsym $mod+b exec $rofi_scripts/i3_switch_workspace.sh
bindsym $mod+Shift+b exec "rofi -show window -show-icons"

# There also is i3-dmenu-desktop which only displays applications shipping a
# .desktop file. It is a wrapper around dmenu, so you need that installed.
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop

# change focus
bindsym $mod+$left focus left
bindsym $mod+$down focus down
bindsym $mod+$up focus up
bindsym $mod+$right focus right

# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right

# move focused window
bindsym $mod+Shift+$left move left
bindsym $mod+Shift+$down move down
bindsym $mod+Shift+$up move up
bindsym $mod+Shift+$right move right

# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right

# split in horizontal orientation
bindsym $mod+Shift+v split h

# split in vertical orientation
bindsym $mod+v split v

# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle

# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split

# toggle tiling / floating
bindsym $mod+Shift+space floating toggle

# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle

# focus the parent container
bindsym $mod+a focus parent
# focus the child container
bindsym $mod+z focus child

# Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+c scratchpad show
# move the currently focused window to the scratchpad
bindsym $mod+Shift+c move scratchpad

# Define names for default workspaces for which we configure key bindings later on.
# We use variables to avoid repeating the names in multiple places.
set $ws1 "1"
set $ws2 "2"
set $ws3 "3"
set $ws4 "4"
set $ws5 "5"
set $ws6 "6"
set $ws7 "7"
set $ws8 "8"
set $ws9 "9"
set $ws10 "10"

# switch to workspace
bindsym $mod+1 workspace number $ws1
bindsym $mod+2 workspace number $ws2
bindsym $mod+3 workspace number $ws3
bindsym $mod+4 workspace number $ws4
bindsym $mod+5 workspace number $ws5
bindsym $mod+6 workspace number $ws6
bindsym $mod+7 workspace number $ws7
bindsym $mod+8 workspace number $ws8
bindsym $mod+9 workspace number $ws9
bindsym $mod+0 workspace number $ws10

#navigate workspaces next / previous, as for the navigation after the f/t
bindsym $mod+semicolon workspace next
bindsym $mod+comma workspace prev

# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number $ws1
bindsym $mod+Shift+2 move container to workspace number $ws2
bindsym $mod+Shift+3 move container to workspace number $ws3
bindsym $mod+Shift+4 move container to workspace number $ws4
bindsym $mod+Shift+5 move container to workspace number $ws5
bindsym $mod+Shift+6 move container to workspace number $ws6
bindsym $mod+Shift+7 move container to workspace number $ws7
bindsym $mod+Shift+8 move container to workspace number $ws8
bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10


# For example, if you are on the workspace 1 and you hit $mod+2, you’ll switch to workspace 2.
# Then, if you hit $mod+2 again, you’ll go back to your previous workspaces, workspace 1.
workspace_auto_back_and_forth no

# reload the configuration file
# bindsym $mod+Shift+c reload
bindsym $mod+r restart
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"

# resize window (you can also use the mouse for that)
mode "resize" {
        # These bindings trigger as soon as you enter the resize mode

        # Pressing left will shrink the window’s width.
        # Pressing right will grow the window’s width.
        # Pressing up will shrink the window’s height.
        # Pressing down will grow the window’s height.
        bindsym $left       resize shrink width 10 px or 10 ppt
        bindsym $down       resize grow height 10 px or 10 ppt
        bindsym $up         resize shrink height 10 px or 10 ppt
        bindsym $right      resize grow width 10 px or 10 ppt

        # same bindings, but for the arrow keys
        bindsym Left        resize shrink width 10 px or 10 ppt
        bindsym Down        resize grow height 10 px or 10 ppt
        bindsym Up          resize shrink height 10 px or 10 ppt
        bindsym Right       resize grow width 10 px or 10 ppt

        # back to normal: Enter or Escape or $mod+r
        bindsym Return mode "default"
        bindsym Escape mode "default"
        bindsym $mod+r mode "default"
}

bindsym $mod+Shift+s mode "resize"

# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
  font pango:Exo2, FontAwesome5Free, FontAwesome5Brands, SymbolsNerdFont 12
    status_command i3blocks
    position bottom
}
# for polybar
# exec_always --no-startup-id $HOME/polybar-collection/launch.sh



# a mode to exit, more practical that the $mod+Shift+e that forces the use of mouse.
mode "exit: [l]ogout, [r]eboot, [s]hutdown" {
  bindsym l exec i3-msg exit
  bindsym r exec systemctl reboot
  bindsym s exec systemctl poweroff
  bindsym Escape mode "default"
  bindsym Return mode "default"
  bindsym $mod+x mode "default"
}
# I added fullscreen disable in order for the message to always be visible
bindsym $mod+x fullscreen disable mode "exit: [l]ogout, [r]eboot, [s]hutdown"

답변1

설치하다 gnome-characters:

sudo pacman -Syu gnome-characters

문자를 입력하려면 Ctrl++를 사용한 다음AltU코드를 입력.

예를 들어:

ê= Ctrl+ Alt+U 00EA

ë= Ctrl+ Alt+U 00EB

Û= Ctrl+ Alt+U 00DB

관련 정보