./x11/xvkbd, Virtual (graphical) keyboard program for X

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.1, Package name: xvkbd-4.1, Maintainer: ryoon

xvkbd is a virtual (graphical) keyboard program for X Window System
which provides facility to enter characters onto other clients
(softwares) by clicking on a keyboard displayed on the screen. This
may be used for systems without a hardware keyboard such as kiosk
terminals or handheld devices. This program also has facility to
send characters specified as the command line option to another
client.


Required to build:
[pkgtools/x11-links] [x11/recordproto] [pkgtools/cwrappers]

Master sites:

Filesize: 399.125 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-19 02:47:42 by Greg Troxel | Files touched by this commit (3)
Log message:
xvkbd: Update to version 4.1

Prepared in wip by Kevin Bloom
Timeout after mail to $MAINTAINER.

4.0 -> 4.1:
- Fixed slow start up
- Fixed duplicate definition problem of variable appres.

3.9 -> 4.0
- Improvements related to Word Completion:
   - English word list with frequency information will be installed by
     default
   - xvkbd can now "learn" the recently used words
   - completion panel can be integrated into the xvkbd's main window,
     when Integrate Completion Panel? on the Property panel set on.
   - xvkbd will insert blank (' ') automatically between words,
     when Insert Blank after Completion? on the Property panel set on.
  - Modifier "Super" (keysym Super_L and Super_R) is now supported,
    although it is not on the supplied keyboard layouts.
  - Fixed bug with modifiers
  - To build, "./configure" may be used instead of "xmkmf".

3.8 -> 3.9
- Fixed modifiers not working with -text

3.7 -> 3.8
- Fixed issues with hardware cap locks effecting software keyboard
- Fixed bug where having keyboard layout other than Default selected
  would cause text to be lost.
- Fixed bug with German keymap generated y instead of z after shift
  key is pressed.
- Fixed random X error

3.6 -> 3.7
- Fixed right click

3.5 -> 3.6
- New -utf16 option
- Keyboard layout selected with "Change Keyboard Layout..." will
  be kept when xvkbd is used next time.
- Caps Lock now works better for some of the keyboard layouts
  containing non-ASCII keys.
- Improved Hebrew keyboard layout
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670)
Log message:
Add SHA512 digests for distfiles for x11 category

Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-10-14 22:17:28 by Thomas Klausner | Files touched by this commit (54)
Log message:
Switch from x11/Xaw3d to newer x11/libXaw3d.

Adapt some packages so they build with that.
Bump their PKGREVISIONs.
   2013-10-17 18:44:40 by Sergey Svishchev | Files touched by this commit (2)
Log message:
Update to 3.5. Changes:

- Mode_switch and ISO_Level3_Shift should now work better even
  without XTEST extension.
- Fixed a problem that "Always on Top" not work at startup.
   2013-04-28 09:13:45 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 3.4a

Changelog:
       Version 3.4 (2013-03-31)

           - I hope code to manipulate keys assigned in AlgrGr and Shift-
             AltGr positions are now fixed.  (Thanks, Paul)

           - Default value of xvkbd.textDelay is now set to 10, as it seems
             delay of 0 caused problems in some situations.

           - ISO_Left_Tab is assigned to the shifted position of the Tab
             key on the xvkbd window, so that Shift-Tab can be simulated.

           - New option -no-resize to disable resize of xvkbd window.
   2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.