when ; pausing/resuming the capture of terminal with C-\ keyboard shortcut. ; Should desktop notifications be enabled, default: yes enabled = no ; Custom notification command ; asciinema automatically detects available desktop notification system ; (notify-send on GNU/Linux, osacript/terminal-...
.Table with column style e,a,m [cols="e,a,m"] |=== | Emphasized (e) | Asciidoc (a) | Monospaced (m) | Asciidoctor | NOTE: *Awesome* way to write documentation | It is just code |=== .Table with column style h,s,l [cols="h,s,l"] |=== | Header (h) | Strong (...
File metadata and controls Preview Code Blame 2265 lines (1883 loc) · 134 KB Raw Asciidoctor Changelog Asciidoctor is a fast, open source text processor and publishing toolchain for converting AsciiDoc content into HTML 5, DocBook 5, and other formats. This document provides a high-level ...
}#ifdefFAKE_CTRL_AND_ALTstaticboolcontrol = FALSE;staticboolalt = FALSE;// Has a keyboard with no CTRL and ALT keys, but we fake it:booldele=FALSE;if( e->type() == QEvent::KeyPress || e->type() == QEvent::KeyRelease ) { QKeyEvent* ke = (QKeyEvent*)e;boolkeydown = e->t...
Add Ctrl+Alt+V/Cmd+Alt+V (Mac) as shortcut key for image paste 2.7.10 Change language definition to be the same as that of the Atom extensionatom-language-asciidoc Support the source block (closes #212) Support image pasting on Linux/Mac (closes #255) ...
Q: Can I run Durdraw in Windows? A: Short answer: It's not supported, but it seems to work fine in the Windows Subsystem for Linux (WSL), and in Docker using the provided Dockerfile. Long answer: Some versions run fine in Windows Command Prompt, Windows Terminal, etc, without WSL,...