Topic: how to put osk in tryicon?  (Read 2473 times)

how to put osk in tryicon?
« on: November 02, 2018, 10:41:55 AM »

teik

  • Chef
  • ***
  • Date Registered: Nov 2016
  • Posts: 250
I usually use Win10XPE on tablet and I would like to be able to include osk access in the tryicon because It more easy and accessible. I've put it in the menu, but it's a little messy every time I have to open it. How could I make it from the start at Tryicon?

Thank you all for your response.

Re: how to put osk in tryicon?
« Reply #1 on: November 02, 2018, 07:08:20 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
hi teik
 add this reg ...
Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\TabletTip\1.7]
"TipbandDesiredVisibility"=dword:00000001

Re: how to put osk in tryicon?
« Reply #2 on: November 02, 2018, 10:40:57 PM »

teik

  • Chef
  • ***
  • Date Registered: Nov 2016
  • Posts: 250
Thank you so much! I will try it this weekend.

Re: how to put osk in tryicon?
« Reply #3 on: November 03, 2018, 04:25:51 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
Hi teik
forget what i said about the reg , it will add icon but not start osk (normal wil start TabTip.exe but there is problem with windowsapps...)
i found script using AutoHotkey ... (thanks to Cazi for the code)
here is the exe and it work .
Code: [Select]
https://www.mediafire.com/file/eb1l0easw6jflzf/osk_l.exe/file
for 64bit add osk.exe to syswow64
put it in system32 and add this line to Pecmd.ini ( i put it before // Launch PENetwork)
Code: [Select]
// Launch OSK
EXEC @!%WinDir%\System32\osk_l.EXE
Code: [Select]
http://imgbox.com/U2K8su80

Re: how to put osk in tryicon?
« Reply #4 on: November 04, 2018, 12:08:52 AM »

teik

  • Chef
  • ***
  • Date Registered: Nov 2016
  • Posts: 250
It's true, I tried the registry and the icon appears but nothing opens. With the second option if it starts at the start and paarece an icon that opens the osk. Thank you very much for teaching me that method, I did not know it.  :thumbsup:

Re: how to put osk in tryicon?
« Reply #5 on: November 05, 2018, 05:05:47 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Quote
i found script using AutoHotkey ... (thanks to Cazi for the code)

Maybe we can edit the script Not to use syswow64 folder ???
As OSK is system32 on both x86 and x64

Re: how to put osk in tryicon?
« Reply #6 on: November 06, 2018, 03:12:21 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
Hi teik
i have forgotten that it can be in 64 bit also ( with unicode 64-bit) (without wow64 basic...) :embarrassed:
Code: [Select]
http://www.mediafire.com/file/o7xfp5c7zfa6s5c/osk_l64.exe/file

@James
thank you for reminding me  :thumbsup:
here is:
Code: [Select]
#Persistent

#SingleInstance Force

Menu, Tray, Icon, x:\Windows\System32\osk.exe
Menu, Tray, Tip, On-Screen Keyboard
Menu, Tray, Add, Launch
Menu, Tray, Default, Launch
Menu, Tray, Click, 1
Return

Launch:
Run x:\Windows\System32\osk.exe
Return

Re: how to put osk in tryicon?
« Reply #7 on: November 06, 2018, 11:50:42 PM »

teik

  • Chef
  • ***
  • Date Registered: Nov 2016
  • Posts: 250
Hi teik
i have forgotten that it can be in 64 bit also ( with unicode 64-bit) (without wow64 basic...) :embarrassed:
Code: [Select]
http://www.mediafire.com/file/o7xfp5c7zfa6s5c/osk_l64.exe/file

@James
thank you for reminding me  :thumbsup:
here is:
Code: [Select]
#Persistent

#SingleInstance Force

Menu, Tray, Icon, x:\Windows\System32\osk.exe
Menu, Tray, Tip, On-Screen Keyboard
Menu, Tray, Add, Launch
Menu, Tray, Default, Launch
Menu, Tray, Click, 1
Return

Launch:
Run x:\Windows\System32\osk.exe
Return

Thank you very much for changing the executable so fast.
Although, more I thank you for sharing the code. I had never worked with AutoHotkey. But I loved it. I'm looking for more information on the subject. I like the possibilities it gives to create.

Greetings.

Re: how to put osk in tryicon?
« Reply #8 on: December 05, 2018, 01:26:44 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
hmm, I didn't receive any emails for messages.
#
I rewrote the OSK Tray program in PB (x64/x86), much powerful and lighter (70Kb/52kb).
It also works on real Windows, if needed.

It's doing a bit like the "Show Touch Keyboard Button":
It opens the On-Screen Keyboard if not already open, otherwise closes it.
Right click displays a Menu with exit and Run OSK.exe options.

* OskTray.7z (45.72 kB - downloaded 88 times.)

Re: how to put osk in tryicon?
« Reply #9 on: December 05, 2018, 02:34:47 PM »

CD-RW

  • LiveSystem pro
  • Chef
  • ***
  • Date Registered: Oct 2010
  • Posts: 168
@ChrisR

Your OSK looks great.  :thumbsup: :thumbsup:
Small, fast and easy.

Kare
--

Re: how to put osk in tryicon?
« Reply #10 on: December 05, 2018, 10:56:06 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
hmm, I didn't receive any emails for messages.
Same here:
http://theoven.org/index.php?topic=2655.0
I keep an eye on what is going on and post that topic, I hope Galapo figure out.

*
Thanks for OskTray, Still It will be better to have a good 3rd party Tablet Keyboard one day.

:turtle:

Re: how to put osk in tryicon?
« Reply #11 on: December 06, 2018, 03:53:04 AM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
This makes it so easy to use that it frees up a USB port  :grin:

Thanks for making this Chris  :wink:

Re: how to put osk in tryicon?
« Reply #12 on: December 30, 2018, 07:22:16 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
hmm, I didn't receive any emails for messages.
#
I rewrote the OSK Tray program in PB (x64/x86), much powerful and lighter (70Kb/52kb).
It also works on real Windows, if needed.

It's doing a bit like the "Show Touch Keyboard Button":
It opens the On-Screen Keyboard if not already open, otherwise closes it.
Right click displays a Menu with exit and Run OSK.exe options.

Hi Chris,
just added your OSKtray.exe to "On Screen Keyboard" plugin.

Quote
ps:
http://theoven.org/index.php?topic=2672.0

Call,DownloadX,"%BaseDir%\Projects\Yomi\ComponentsY\Core\1 System\Accessibility\On Screen Keyboard.script"

one thing I notice and usual workaround:

OSKTray missing at tray if explorer restarts, I guess you miss redeclare at tray when OSKTray running.

Something common we know with tray apps.  :wink:

:turtle:

Re: how to put osk in tryicon?
« Reply #13 on: January 04, 2019, 03:10:42 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Yes, I updated OSKTray by re-displaying the System Tray Icon in case of explorer restarts (on TaskbarCreated message)

* OskTray_v1.1.0.7z (45.78 kB - downloaded 64 times.)

Re: how to put osk in tryicon?
« Reply #14 on: January 05, 2019, 07:47:22 AM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
Sweet  :thumbsup:

Thanks Chris

Re: how to put osk in tryicon?
« Reply #15 on: January 05, 2019, 12:13:50 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Thanks Chris

It is good not to workaround, updated on my side.  :thumbsup:

:turtle:

Re: how to put osk in tryicon?
« Reply #16 on: January 07, 2019, 10:33:18 PM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
OskTray_x64.exe is throwing false positives for MB3, not sure about x86 version.  (Maybe better to submit false positive to MB3 for this)

 

Powered by EzPortal