Ir para o conteúdo
ou

Software livre Brasil

 Voltar a Blog
Tela cheia

Annoyed by F10 key in gnome-terminal?

23 de Março de 2012, 21:19 , por Software Livre Brasil - 0sem comentários ainda | Ninguém está seguindo este artigo ainda.
Visualizado 3 vezes

I am one of those people that like to map Fx keys to special functions. After all, that’s what F-unction keys are for, right?

So, one of the first things I do once I have to configure a new Desktop is disable F10-capture by gnome-terminal. It has been working flawlessly, until I begin using GNOME3. No matter what, F10 was still being captured.

I found that this is a bug and that adding the following:

@binding-set NoKeyboardNavigation {
	unbind "<shift>F10"
}
 
* {
	gtk-key-bindings: NoKeyboardNavigation
}

to ~/.config/gtk-3.0/gtk.css serves as a workaround.

Hope this helps people with the same problem.


Fonte: http://www.nardol.org/2012/03/23/annoyed-by-f10-key-in-gnome-terminal/

0sem comentários ainda

Enviar um comentário

Os campos são obrigatórios.

Se você é um usuário registrado, pode se identificar e ser reconhecido automaticamente.