You are not logged in.

#1 2023-11-09 13:51:02

kosmos890
Member
Registered: 2022-03-02
Posts: 7

How do I disable Ctrl+A keybind?[SOLVED]

BunsenLabs 10.5 Lithium
When I have the terminal open, the Ctrl+A keybind hides it.
In ~/.config/openbox/bl-rc.xml I have commented the following keybind tags but I cant disable  Ctrl+A

<keybind key="C-A-Tab">
      <action name="NextWindow">
        <panels>yes</panels>
        <desktop>yes</desktop>
        <finalactions>
          <action name="Focus"/>
          <action name="Raise"/>
          <action name="Unshade"/>
        </finalactions>
      </action>
</keybind>
   
<keybind key="C-A-Left">
  <action name="GoToDesktop"><to>left</to><wrap>no</wrap></action>
</keybind>
<keybind key="C-A-Right">
  <action name="GoToDesktop"><to>right</to><wrap>no</wrap></action>
</keybind>
<keybind key="C-A-Up">
  <action name="GoToDesktop"><to>up</to><wrap>no</wrap></action>
</keybind>
<keybind key="C-A-Down">
  <action name="GoToDesktop"><to>down</to><wrap>no</wrap></action>
</keybind>

------- EDIT ------
My fault. I was so confused with terminal window behavior.
Johnraff was right. My terminal emulator, terminator, has the Ctrl+A keybind.
Thanks all for your replies

Last edited by kosmos890 (2023-11-12 09:40:25)

Offline

#2 2023-11-10 02:50:15

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,550
Website

Re: How do I disable Ctrl+A keybind?[SOLVED]

Could it be a keybind of your terminal emulator?


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Online

#3 2023-11-10 12:48:31

kosmos890
Member
Registered: 2022-03-02
Posts: 7

Re: How do I disable Ctrl+A keybind?[SOLVED]

johnraff wrote:

Could it be a keybind of your terminal emulator?

It isn't a keybind of terminal emulator. The same happens when I have open the file manager

Offline

#4 2023-11-10 13:37:30

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: How do I disable Ctrl+A keybind?[SOLVED]

Are you using emacs or tmux? Those can cause issues with keybinds.

The other issue may be xbindkeys. If that is enabled you can disable it and see if that fixes the problem.


You must unlearn what you have learned.
    -- yoda

Offline

Board footer

Powered by FluxBB