[Çözüldü] Bunsenlabs klavye büyük harf sorunu

Başlatan Oburix, 24 Aralık 2017 - 20:05:40

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

Oburix

Merhabalar, şu an bilgisayarıma chruncbang linux un varisi debian tabanlı bunsenlabs kurulu. Masaüstü openbox öntanımlı olarak geliyor. Sorunum büyük harf yazamama aslında tam olarak capslook tuşu çalışmıyor ama sağ shift tuşu ile büyük harfler yazılıyor. Sorunum için nasıl bir çözüm yolu önerebilirsiniz. Teşekkürler.

tufisson

[mention=634898]@Oburix[/mention]

Şu;
xmodmap -e "add Lock = Caps_Lock"

komutu girip tekrar dener misiniz çalışıp çalışmadığına?

Oburix

@tufisson
Maalesef durum yine aynı. Komutu girip denedim yine kücük harf yazıyor oturumu kapatıp tekrar açtım durum yine aynı maalesef.Capslook tuşu ile büyük harf yazamıyorum.

UNC

cat  ~/.config/openbox/autostart

çıktısına bakabilirmiyiz.

Oburix

[mention=634982]@UNC[/mention]
Biraz gecikmeli oluyor ama istediğiniz çıktı.
## Openbox autostart
## ====================
## When you login to your BunsenLabs Openbox session, this autostart script
## will be executed to set-up your environment and launch any applications
## you want to run at startup.
##
## Note: some programs, such as 'nm-applet' are run via XDG autostart.
## Run
## /usr/lib/x86_64-linux-gnu/openbox-xdg-autostart --list
## or
## /usr/lib/i386-linux-gnu/openbox-xdg-autostart --list
## to list any XDG autostarted programs.
##
## More information about this can be found at:
## http://openbox.org/wiki/Help:Autostart
##
## If you do something cool with your autostart script and you think others
## could benefit from your hack, please consider sharing it at:
## http://forums.bunsenlabs.org (registration required)
##

### SETTINGS START

## Turn on/off system beep.
xset b off

## Set keyboard settings - 250 ms delay and 25 cps (characters per second) repeat rate.
## Adjust the values according to your preferances.
xset r rate 250 25

## Add keyboard mapping.
#xmodmap -e "keysym Insert = Multi_key"

## Disable CapsLock
setxkbmap -option ctrl:nocaps
# alternative: use as compose key
#setxkbmap -option compose:caps

### TOUCHPAD: comment out the next two entries if you don't have one

## Configure touchpad. See 'man synaptics' for more info.
synclient VertEdgeScroll=1 HorizEdgeScroll=1 TapButton1=1 2>/dev/null

## Disable touchpad while typing
syndaemon -i .5 -K -t -R -d &

### TOUCHPAD END

### SETTINGS END

## GNOME PolicyKit authentication
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &

## Set a wallpaper
nitrogen --restore

## Compton
## NOTE: composition must be started before tint2
bl-compositor --start

## Start the tint2 session (the default tint2 will run if no sessions have been set)
bl-tint2-session

## Start PulseAudio
## (This replaces /etc/xdg/autostart/pulseaudio.desktop
## which is disabled by ~/.config/autostart/pulseaudio.desktop.)
## NOTE: PulseAudio must be started before volumeicon
bl-start-pulseaudio-x11

## Volume control for systray
volumeicon &

## Start the Conky session (the default conkyrc will run if no sessions have been set)
bl-conky-session --autostart &

## Start the battery applet
fdpowermon &

## Start Clipboard manager
clipit &

## bl-welcome - post-installation script, will not run in a live session and
## only runs once. Safe to remove.
(sleep 10; bl-welcome --firstrun) &

## bl-fortune - have the system come up with a little adage (not yet enabled)
#(sleep 120; bl-fortune) &

UNC

[mention=635014]@Oburix[/mention]

## Disable CapsLock
setxkbmap -option ctrl:nocaps
# alternative: use as compose key
#setxkbmap -option compose:caps


Disable capslock kısmındaki setxkbmap -option ctrl:nocaps komutunun başına numbersign (#) ekle veya o satırı silebilirsin.
Başlangıçta  capslock tuşunu devredışı bırakıyor.

Oburix

Alıntı yapılan: UNC - 28 Aralık 2017 - 14:45:23
[mention=635014]@Oburix[/mention]

## Disable CapsLock
setxkbmap -option ctrl:nocaps
# alternative: use as compose key
#setxkbmap -option compose:caps


Disable capslock kısmındaki setxkbmap -option ctrl:nocaps komutunun başına numbersign (#) ekle veya o satırı silebilirsin.
Başlangıçta  capslock tuşunu devredışı bırakıyor.
Merhabalar, bahsettiğiniz kısımdaki yere # işareti koyarak capslock tuşunun çalışmasını sağladım. Teşkkürler.