How do I turn off the little CTRL-SHIFT bubble that pops up on Windows 7 around my cursor?

9

7

I have a Wacom Bamboo pen tablet.

When I press CTRL, SHIFT, or ALT, a little yellow bubble pops up near my cursor.

This interfers with screenshots etc.

alt text

Wacom has informed me that this is not a feature of the pen software but of Windows 7.

Does anyone know how I can turn this off?

Addendum

I'm adding these notes here as a quick run down for when I have to configure my Wacom Bamboo pen on a new operating system:

  • to remove the click animations and little bubbles described above, do as Simon described below: type "gpedit.msc" in the command line window, navigate to User Configuration > Administrative Templates > Windows Components > Tablet PC > Cursor, then click "Turn off pen feedback" and ENABLE it.

  • to remove the "press and hold circle animation", open "Table PC Settings", click on "Go to Pen and Touch", click on "Press and Hold" and then on the "Settings" button, uncheck "Enable press and hold for right-clicking"

  • to change buttons, open "Pen Tablet Properties", change front button to "double click", close window (there is no OK button here)

  • to prevent that yellow handwriting window from appearing on the screen, I forgot how I turned that off, will record it next time, just click around in the settings either in "Table PC Settings" or "Pen Tablet Properties", there is a checkbox for it somewhere, good luck.

Edward Tanguay

Posted 2009-10-24T08:51:00.660

Reputation: 11 955

Answers

15

If disabling TabletInputService doesn't work for you try the following :

Type "gpedit.msc" in the command line window and press enter.

Now, at the new window that opens, navigate to User Configuration > Administrative Templates > Windows Components > Tablet PC > Cursor.

Now enable the Turn off pen feedback setting. Yes - you have to enable it to disable it. Then they'll disappear.

This may be of use to anyone using Visual Studio 2010 which seems to want to reenable the bubbles for some reason!

Simon

Posted 2009-10-24T08:51:00.660

Reputation: 592

Yes, follow these instructions and it will work, enable to disable. Thanks. – Edward Tanguay – 2010-10-19T06:59:14.107

Note to people who use their tablet: This will probably disable pen pressure sensitivity. – doppelgreener – 2011-09-18T01:28:33.070

Could you provide equivalent registry changes for somebody without gpedit.msc? – Chris Burt-Brown – 2011-10-30T13:26:06.563

awesome, disabling Tablet Input Service fixed all problems with my Intuos4 pen! Besides the annoying Ctrl/Alt/Shift icons, Right click didn't work except when enabling "Use the pen button as a right-click equivalent", and that made an awful pause every time... After disabling the service, right-click works and there are no annoying rings, icons or delays when using the pen. – Sergiy Migdalskiy – 2013-02-02T04:57:16.770

aaaah, windows, the things you can do with it! – Ayyash – 2013-03-04T05:30:30.793

2

What it looks like it is doing is displaying the tooltips for whatever is around your curser when you press one of those buttons. Seeing you cannot 'hover' using a pen tablet, Windows 7 (and I think Vista as well) has a 'handy' 'function' that enables you to view tooltips. It does not appear as if you can turn these off.

However, there is a bit of a work around, according to a Windows forum:

One way to disable it is to go to the Wacom Tablet Properties control panel applet, select the Mapping tab, and select the "Mouse" mode. However, this will also disable the tablet PC supports (e.g. pen flick, tablet input panel tip appears next to textbox etc).

Josh Hunt

Posted 2009-10-24T08:51:00.660

Reputation: 20 095

3although setting the pen to "mouse mode" makes the bubble indicators vanish, you lose the absolute positioning of the pen which makes the pen almost impossible to use, e.g. to paint with, there must be a way to turn these bubbles off – Edward Tanguay – 2009-11-05T00:10:57.497

1

Just had this issue with my Wacom Bamboo.

Open Wacom Preferences Go to Pen tab Click Mapping button under the Tracking section Deselect the check box at the bottom that says: Use Windows Ink

Crobemeister

Posted 2009-10-24T08:51:00.660

Reputation: 11

1

I found an easier solution to this problem. Go to wacom tablet properties, navigate to "calibrate" and uncheck "use windows ink".

molee

Posted 2009-10-24T08:51:00.660

Reputation: 11

This worked for me, however I found the option in the Wacoom properties, Pen, "Mapping..." under "Pen Mode", and "Use Windows Ink". – Vegard – 2017-08-07T17:26:08.327

1

Disabling the metioned service is not viable for me since I need fast access to virtual keyboard and writing recognition and using gpedit.msc isn't working since I have Windows 7 Home Premium.

The solution involves registry editing so please make a backup before doing it!

  • Open Registry Editor (regedit.exe from Start menu)

  • Go to HKEY CURRENT USER → Software → Microsoft → Wisp-Pen-SysEventParameters

  • Locate UIButtonMode and edit value to 0

  • In the same place create new DWORD (right click on blank space, New → DWORD (32bit))

  • Name it UIModKeyMode and edit value to 0

  • Restart PC

That's it.

manto89

Posted 2009-10-24T08:51:00.660

Reputation: 11

1

I found the answer: go into Services, and stop and disable "Tablet PC Input Service", et voila :-)

alt text

Edward Tanguay

Posted 2009-10-24T08:51:00.660

Reputation: 11 955

1Does this alter any of the other tablet functions? – prestomation – 2009-11-05T03:20:43.990

No, it just works, even after reboot is disabled. It seems to just turn off that "write with handwriting and then click it into a textbox" which is impressive technically but I can't see any reason why I would use it, being able to type 10x as fast as I can write. – Edward Tanguay – 2009-11-06T05:23:22.483

3Strange, after a couple days, the bubbles are back yet TabletInputService is still disabled and stopped. If I delete TabletServicePen, then they go away, but then my wacom pen goes into mouse mode, which makes it impossible to draw with, so I am back to having the bubbles pop up when I press ALT, CTRL, or SHIFT. :-( – Edward Tanguay – 2009-11-07T18:16:46.837

...and after another reboot, they are gone again, which is nice. So if you are having this problem as well, disabling this service seems to be the answer as long as you don't need the hand writing tools. – Edward Tanguay – 2009-11-09T05:32:32.420

1Visual Studio 2010 seems to put the bubbles back for some bizarre reason. very frustrating! there must be some .exe running that can be killed but i dont know what – Simon – 2009-12-10T21:46:54.007

figured it out! see my post below – Simon – 2009-12-10T21:49:40.880

-1

The bubbles that appear around clicks (as well as the tooltips for Ctrl/Alt keys) is caused by the Flicks applet. Right click on Flicks in your tray to disable them.

Marc Coulombe

Posted 2009-10-24T08:51:00.660

Reputation: