Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 2 and Version 3 of SampleGtkrc2.0


Ignore:
Timestamp:
May 17, 2010, 2:29:15 PM (14 years ago)
Author:
sadrul
Comment:

Binding for paste as html/plaintext

Legend:

Unmodified
Added
Removed
Modified
  • SampleGtkrc2.0

    v2 v3  
    8787# Ctrl-alt-shift-f3 toggles underline
    8888        bind "<ctrl><alt><shift>F3" { "format_toggle" (4) }
     89
     90# Ctrl-v to paste as plain text
     91    bind "<ctrl>v" { "paste" ("text") }
     92
     93# Ctrl-Shift-v for normal 'Paste'
     94    bind "<ctrl><shift>v" { "paste" ("html") }
    8995}
    9096
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!