Xfce Forum

Sub domains
 

You are not logged in.

#1 2013-01-04 15:50:52

codepanda
Member
Registered: 2013-01-04
Posts: 1

[Solved] No more custom keyboard shortcuts in terminal?

I'm a former xfce user, and the terminal emulator stuck with me. I'm using openbox on Arch, and just upgraded terminal to 0.6.1. Suddenly, my keyboard shortcuts are reverted back to defaults and I can't find where to change them. I'm thinking this commit has something to do with it.

Are custom keyboard shortcuts really removed?
If so, why?
Is there another way to accomplish what I want?

Offline

#2 2013-01-05 10:36:15

jeromeg
Member
From: France
Registered: 2010-11-11
Posts: 131
Website

Re: [Solved] No more custom keyboard shortcuts in terminal?

Hello,

Read this http://docs.xfce.org/faq to add keyboard shortcuts using GTK+ accelerators.

Jérôme

Offline

#3 2013-01-10 15:41:46

ghthor
Member
Registered: 2013-01-10
Posts: 1

Re: [Solved] No more custom keyboard shortcuts in terminal?

I went from frustrated to ecstatic! Awesome!

Offline

#4 2013-01-11 09:51:41

Geoff
Member
Registered: 2013-01-11
Posts: 1

Re: [Solved] No more custom keyboard shortcuts in terminal?

That is amazing but it's so not discoverable it hurts!

Offline

#5 2013-01-11 12:35:03

fmpints
Member
Registered: 2013-01-03
Posts: 5

Re: [Solved] No more custom keyboard shortcuts in terminal?

i think you can define  shortcuts by modifying this file

$HOME/.config/xfce4/terminal/accels.scm


; xfce4-terminal GtkAccelMap rc-file         -*- scheme -*-
; this file is an automated accelerator map dump
;
; (gtk_accel_path "<Actions>/terminal-window/goto-tab-4" "")
; (gtk_accel_path "<Actions>/terminal-window/goto-tab-3" "")
; (gtk_accel_path "<Actions>/terminal-window/goto-tab-2" "")
; (gtk_accel_path "<Actions>/terminal-window/file-menu" "")
(gtk_accel_path "<Actions>/terminal-window/search" "")
(gtk_accel_path "<Actions>/terminal-window/next-tab" "<Alt>2")
; (gtk_accel_path "<Actions>/terminal-window/goto-tab-1" "")
; (gtk_accel_path "<Actions>/terminal-window/show-menubar" "")
; (gtk_accel_path "<Actions>/terminal-window/terminal-menu" "")
; (gtk_accel_path "<Actions>/terminal-window/close-window" "<Primary><Shift>q")
; (gtk_accel_path "<Actions>/terminal-window/goto-tab-21" "")
; (gtk_accel_path "<Actions>/terminal-window/input-methods" "")
; (gtk_accel_path "<Actions>/terminal-window/goto-tab-20" "")
; (gtk_accel_path "<Actions>/terminal-window/close-tab" "<Primary><Shift>w")
(gtk_accel_path "<Actions>/terminal-window/new-tab" "<Primary>t")
; (gtk_accel_path "<Actions>/terminal-window/view-menu" "")
; (gtk_accel_path "<Actions>/terminal-window/show-toolbar" "")
(gtk_accel_path "<Actions>/terminal-window/paste" "<Primary>y")
(gtk_accel_path "<Actions>/terminal-window/copy" "<Alt>w")
; (gtk_accel_path "<Actions>/terminal-window/edit-menu" "")

Offline

Board footer

Powered by FluxBB