libtickit-app-plugin-escapeprefix-perl 0.02-2 source package in Ubuntu

Changelog

libtickit-app-plugin-escapeprefix-perl (0.02-2) unstable; urgency=medium

  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Thu, 11 Aug 2022 17:49:40 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtickit-app-plugin-escapeprefix-perl_0.02-2.dsc 2.6 KiB a25ad787db097b90ea88bd527dfe4919332bf83614eaff768c66a152efeafaf6
libtickit-app-plugin-escapeprefix-perl_0.02.orig.tar.gz 11.6 KiB 67918383ba8a2a0a845a188f07cbbc10b96ea9d88a13c1f66060ab042e95fefd
libtickit-app-plugin-escapeprefix-perl_0.02-2.debian.tar.xz 1.8 KiB a86d80ff4b1d56b01d9c34cab33370467160c632aff6ddd09cbf4c84d81c2ec8

Available diffs

No changes file available.

Binary packages built by this source

libtickit-app-plugin-escapeprefix-perl: Tickit application plugin for Escape-prefixed shortcut keys

 Tickit::App::Plugin::EscapePrefix applies code to a Tickit instance to let it
 handle <Escape>-prefixed shortcut keys, by converting them into the
 equivalent <M-...> modified keys instead.
 .
 Once applied using the /apply method, the plugin will consume any plain
 <Escape> keys typed at the terminal. If another key arrives soon afterwards,
 this key will be consumed and instead a new keypress event emitted that adds
 the "meta" modifier to it. For example, typing <Escape> <a> will instead emit
 the modified key <M-a> to the application. If no subsequent key arrives after
 a timeout of 3 seconds then the modification will not apply.
 .
 While the plugin is still pending anothey keypress to modify, a small
 indicator window will appear in the bottom left of the display, showing ESC-
 in a reverse-video style, to remind the user the keypress is pending.