[Users] Keyboard shortcuts

Owen rcook at pcug.org.au
Thu Feb 20 21:31:10 CET 2014


> On Thu, 20 Feb 2014 18:52:33 +0000
> Neil <senex at drofle.co.uk> wrote:

>
> Yes. *And*, grepping menurc does little good, because it won't
> reliably
> show you the default keybindings.
>
> Paul, is there a way to get Claws or something else to dump the key
> bindings that actually exist, whether they exist by default or by user
> adjustment?
>

Try


# egrep -v '(^;)' menurc


owen at owen-Vostro1710 ~ $ egrep -v '(^;)' menurc
(gtk_accel_path "<Compose>/Edit/Advanced/Move a character forward"
"<Primary>f")
(gtk_accel_path "<Actions>/Menu/Message/Mark/MarkAllRead" "a")
(gtk_accel_path "<SummaryView>/Mark/Mark as read" "a")
(gtk_accel_path "<Main>/Tools/Log window" "<Primary><Shift>l")
(gtk_accel_path "<Main>/View/Show or hide/Message View" "v")
(gtk_accel_path "<Actions>/Menu/Message/Mark/Lock" "l")
(gtk_accel_path
"<Actions>/SummaryViewPopup/SummaryViewPopup/Mark/Lock" "l")
(gtk_accel_path "<SummaryView>/Mark/Lock" "l")
(gtk_accel_path "<Main>/Tools/Address book" "<Primary><Shift>a")
(gtk_accel_path "<Compose>/Edit/Advanced/Move a character backward"
"<Primary>b")



-- 
Owen




More information about the Users mailing list