Download Android Apps and Games
AppBrain
  • Apps
  • Apps being viewed right now Trending apps today Most popular apps All-time most downloaded apps Top rated apps
  • Intelligence ▾
    Intelligence overview → Track any Android app or your whole market
    Track & analyze
    Keyword Tracker & OptimizerTrack & improve Play rankings App Performance ReportOne-off PDF for any app StatisticsFree Android & Play market stats
    Promote your app
    Featured Apps App Links
  • Intelligence
  • Pricing
  • Dashboard
  • Sign up
  • Log in
Android Apps > Tools > Ctrl-V Keyboard for Tasker
Ctrl-V Keyboard for Tasker icon

Ctrl-V Keyboard for Tasker

1.1.0
ZhDev
3.42
122 reviews
10,000+
Downloads
Free

Ctrl-V is a Tasker plugin that allows you to easily paste text in text fields.

This app is currently not available on Google Play.

Try these apps instead

Inputting Plus: Ctrl + Z/F/C/V icon Inputting Plus: Ctrl + Z/F/C/V
Ruoxin He
3.5
Free
100,000+
Hacking & Developing Keyboard icon Hacking & Developing Keyboard
Philip Heyse
3.9
$1.99
1,000+
Graffiti Pro for Android icon Graffiti Pro for Android
株式会社ACCESS
4.1
Free
10,000+
Spanish keyboard 2024 icon Spanish keyboard 2024
Alpha Keyboards
4.2
Free
100,000+
Simple International Keyboard icon Simple International Keyboard
Pintér Gábor
4.0
Free
10,000+
AI Chat Keyboard: Smart Typing icon AI Chat Keyboard: Smart Typing
Voice Text
4.2
Free
100,000+
AutoPaste Copy Paste Keyboard icon AutoPaste Copy Paste Keyboard
Sociaaal LLC
4.5
Free
100,000+
Speech to Text _Voice Keyboard icon Speech to Text _Voice Keyboard
Bizcraft Apps
3.9
Free
1,000,000+

About Ctrl-V Keyboard for Tasker

Ctrl-V Keyboard for Tasker was a tools app developed by ZhDev. It was removed from Google Play May 15, 2018 and is no longer available for download.

Download Statistics

Ctrl-V Keyboard for Tasker had been downloaded 22 thousand times before it became unavailable.

User Ratings

Ctrl-V Keyboard for Tasker was rated 3.42 out of 5 stars, based on 120 ratings.

App Information

Ctrl-V Keyboard for Tasker was free to download. The APK download size was 521.93 kB. The last available version was 1.1.0. The last update was on September 18, 2014.

Technical Requirements

Ctrl-V Keyboard for Tasker required Android 2.2+ or higher. The app had a content rating of Everyone. The app had been available on Google Play November 2013.

Description
***This app is mainly a plugin for Tasker or Locale, it doesn't do anything on it's own***

This is not a regular keyboard, in fact it doesn't have keys! This keyboard acts as a plugin for applications like Tasker, Locale and any other compatible with their plugin format.

Sometimes you want to have an action to input some text in a 3rd party app using Tasker, but that app doesn't provide share intents so you have to resort to the good ol' typing method. Until now the only way of typing or pasting text in such apps was through the "Type" action or, if you are root, you could make a "Run shell" action with an "input text" command, but they both have problems:

- Type : is slow and can't handle special characters.
- Run shell, input text: it's faster, but it doesn't accept spaces, so you have to split sentences and go around that.

But here is were Ctrl-V comes into action: as long as this keyboard is active and a text box is selected you can issue commands to it through the plugin settings or even using intents (i.e. through adb) that will make your text appear in any open application. And all that without the speed issues and other limitations; you can type whatever you want, any character, any language, even use Tasker variables!

When you use this app together with other plugins such as "Secure settings" or "Keyboard Swap for Tasker" (they need root access), you can even make it fully automated. Here it is a summarized example of something that could be accomplished in a task that was tedious before; sending a message to a contact in WhatsApp:

1) Secure settings -> Switch keyboard to Ctrl-V
2) Open the conversation with a given contact.
3) Wait a couple of seconds (to make sure app is fully loaded)
4) Ctrl-V -> Input text: "Hey, can we talk later? I'm busy now ;)"
5) Secure settings -> Switch back to default keyboard

That means that you could do more complex things, like typing some text on your computer and getting it delivered in your phone.

Although Tasker is not required for this app, it's recommended. You can also control it by delivering broadcast intents while the keyboard is active. This option could be useful for example while debugging an app that requires a lot of user input, adb could be used in this case. This is the information you'll need for the broadcast:

- Intent action: net.zhdev.ctrlvkeyboard.ACTION_PASTE_TEXT
- String extra: net.zhdev.ctrlvkeyboard.EXTRA_TEXT
- Boolean extra: net.zhdev.ctrlvkeyboard.EXTRA_END_WITH_ACTION (optional, defaults to false, see the screenshots for an explanation)

This app is in no way associated with Tasker nor its creator endorses it.

The source code for the application can be found at: https://github.com/ZhDev/CtrlVKeyboard

Recent changes:
New feature: Added an option to clear the existing text before inserting the new one.
Show more Show less

More data about Ctrl-V Keyboard for Tasker

Price Free to download
Download estimate 22 thousand
Rating 3.42 based on 120 ratings
Version 1.1.0
APK size 521.9 KB
Number of libraries 1
Designed for Android 2.2+
Suitable for Everyone
Ads Contains ads

App Performance Report

Get a detailed PDF report for Ctrl-V Keyboard for Tasker with download trends, rating history, and key performance statistics — useful for competitive research or tracking your own app. Learn more

Get PDF Report — $29

Google Play Rating history and histogram

61
10
9
3
39

Changelog of Ctrl-V Keyboard for Tasker

Show changelog

Developer information for ZhDev

ZhDev

Website

Address:

Share Ctrl-V Keyboard for Tasker

Comments on Ctrl-V Keyboard for Tasker for Android

★★★★★ This plug-in is genius. It does an end-run around Tasker's limitations with regard to typing/pasting text. I'm using it with the AutoRemote plug-in to allow me to type short bits of text on my PC (via a bookmarklet I wrote in my Web browser) and get them to the phone. In the past I'd have Tasker put the text on the clipboard and then I'd have to paste them. Now it types them directly! Beautiful! By the way, instead of using the Secure Settings plugin to switch to this keyboard, you can also use the settings command line tool (using the Run Shell Tasker action). This has the advantage of letting you store the keyboard you were previously using in a variable, so you can go back to that keyboard. (Otherwise, you have to hard code the keyboard you go back to). The command lines you need are: settings get secure default_input_method; settings put secure default_input_method net.zhdev.ctrlvkeyboard/.CtrlVKeyboard (that should all be on one line, and in the Run Shell Tasker action, you need to check Use Root and also Store Output In %inputmethod) To put it back, use: settings put secure default_input_method %inputmethod
★★☆☆☆ No explanations anywhere How do you use this app?
★★☆☆☆ Needs a userguide The app description lists several features that sound pretty useful in theory, but there's no instruction whatsoever as to how to actually make the app do any of the things the description says are possible.
★★☆☆☆ Aneh
★★☆☆☆ Worst of all Don't ever create this kind off useless stuff. It doesn't work at all.

Technologies used by Ctrl-V Keyboard for Tasker

Ctrl-V Keyboard for Tasker is requesting 0 permissions and is using 1 libraries.
Show details
Inputting Plus: Ctrl + Z/F/C/V icon Inputting Plus: Ctrl + Z/F/C/V
Hacking & Developing Keyboard icon Hacking & Developing Keyboard
Graffiti Pro for Android icon Graffiti Pro for Android
Spanish keyboard 2024 icon Spanish keyboard 2024
Simple International Keyboard icon Simple International Keyboard
AI Chat Keyboard: Smart Typing icon AI Chat Keyboard: Smart Typing
AutoPaste Copy Paste Keyboard icon AutoPaste Copy Paste Keyboard
Speech to Text _Voice Keyboard icon Speech to Text _Voice Keyboard

Back to top
AppBrain Intelligence premium content

Subscribe now to get full and unlimited access to AppBrain Intelligence. You'll have access to:

  • App Intelligence dashboard (performance timeline, competitor comparison, country rankings, insight cards)
  • Detailed ranking data per app
  • Full timeline per developer
  • Device market shares data per country
  • Unlimited keyword tracking
1 Month

$75/mo
(billed every month)

SAVE 0%
Subscribe
3 Months

$65/mo
($195 billed every 3 months)

SAVE 13%
Subscribe
1 Year

$57.50/mo
($690 billed every year)

SAVE 23%
Subscribe
Each subscription will automatically renew 3 days before the expiration date for the same time period. Subscriptions can be cancelled at any time before the renewal.

AppBrain is a directory focused on discovering great apps and games. We give statistics, rankings and search options that Google Play and the App Store don't have. All trademarks are owned by their respective owners. AppBrain doesn't offer APKs or binaries, and always lets users install the official version from Google Play or the App Store.

More apps

  • Top Android apps being viewed
  • View Case Clicker Online
  • View magayo Pick
  • Astro: Horoscope Astrology Android App

Android Statistics

  • Android statistics
  • Google Play Developer stats
  • Trending Android Apps
  • Top popular Apps
  • Buy the best Android phone

About AppBrain

  • Contact
  • Privacy
  • Documentation
  • DMCA takedowns
  • Articles
  • Blog
  • Android app Install tracking and attribution options for the AppBrain ad network
© 2010-2026 - AppBrain