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.
- 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
-
v2
|
v3
|
|
87 | 87 | # Ctrl-alt-shift-f3 toggles underline |
88 | 88 | 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") } |
89 | 95 | } |
90 | 96 | |
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!