Smartouch and Zoombar - Touch Diamond2, Pure General

I am trying to find a way to mess with
HKLM/Software/HTC/SmartTouch/ key in registry, which is supposed to control the zoom bar.
I did some research in several threads in this forum, but all I found was some info (mainly on TD1 threads) on how to make the zoom bar (or scroll wheel in TD1) produce scrolling in apps.
However, what I am interesting in, is ZOOMING within any kind of application. Any idea on how to achieve this? The aforementioned key contains values such as ClassName (which is the app's class, something that is not easy to figure out; any tool on finding out an app's class would be appreciated), WheelCount (which probably is sensitivity), and Mode (which I have no idea what it is).
Anyone could help with this?

I could imagine a few nice things to do with the Zoombar. As I'm missing the arrow keys, it would be great to define a few gestures to use up / down / left / right keys with the zoombar.
e.g.
slide to the right -> right key
slide to the left -> left key
tap on '+' -> up key
tap on '-' -> down key

jcan said:
I am trying to find a way to mess with
HKLM/Software/HTC/SmartTouch/ key in registry, which is supposed to control the zoom bar.
I did some research in several threads in this forum, but all I found was some info (mainly on TD1 threads) on how to make the zoom bar (or scroll wheel in TD1) produce scrolling in apps.
However, what I am interesting in, is ZOOMING within any kind of application. Any idea on how to achieve this? The aforementioned key contains values such as ClassName (which is the app's class, something that is not easy to figure out; any tool on finding out an app's class would be appreciated), WheelCount (which probably is sensitivity), and Mode (which I have no idea what it is).
Anyone could help with this?
Click to expand...
Click to collapse
Hi jcan,
Did you manage to find ways to resolve your question? Kindly share with me please!

Try here:
http://forum.xda-developers.com/showthread.php?t=512614&page=5

Thanks for the link mattan, but I had already tried the Advanced Config solution... It is true that you can add Smartouch capability in active apps from there, but the problem is that I tried some (e.g. GSFinder+), and it worked as a scroll device.
What I am trying to find is a way to make the zoom bar work universally as its name says, i.e. zoom. It would be very nice to be able to zoom in anywhere in the device, like having a magnifying glass. Unfortunately, I haven't found anything yet but I know that the solution is hidden somewhere in the Smartouch reg key... Let's hope some fellow xda member will enlighten us!

and it worked as a scroll device.
Click to expand...
Click to collapse
Actually it's not, it's work like hardware Up/down key. In some case you can redefine action on it (In program settings), for example CorePlayer, or some games.
I think biotouch must be modified for this

jcan said:
Thanks for the link mattan, but I had already tried the Advanced Config solution... It is true that you can add Smartouch capability in active apps from there, but the problem is that I tried some (e.g. GSFinder+), and it worked as a scroll device.
What I am trying to find is a way to make the zoom bar work universally as its name says, i.e. zoom. It would be very nice to be able to zoom in anywhere in the device, like having a magnifying glass. Unfortunately, I haven't found anything yet but I know that the solution is hidden somewhere in the Smartouch reg key... Let's hope some fellow xda member will enlighten us!
Click to expand...
Click to collapse
What you would need to do it actually write an application that zooms the screen in hardware (similar to ctrl + mouse wheel zooming in Mac OSX) and control it with the zoom bar in applications that don't work with the zoom bar at present. I haven't actually used GSFinder+ but if doesn't have some sort of zoom level available to it through a menu function or on screen button then there is no way the zoombar will magically give it (or any other non-zooming program) one.

OK, I get it then... So, if an application does not support zooming, then the zoombar can only be used as a scroll device (or up-down key)...
I guess we will have to settle with that type of use then, until a screen zoom application comes up.

jcan said:
OK, I get it then... So, if an application does not support zooming, then the zoombar can only be used as a scroll device (or up-down key)...
I guess we will have to settle with that type of use then, until a screen zoom application comes up.
Click to expand...
Click to collapse
this is what u want :

criszz said:
this is what u want :
Click to expand...
Click to collapse
What does this cab exactly do, mate?

Read and download here:
http://forum.xda-developers.com/showthread.php?t=406206

Related

How to make buttons in place of menus

Hi,
how to add a button like the 'Up' button in explorer? I think that they are called soft-key buttons. so how to add them? and are they supported in WM2003?
I also see Resco explorer implements them.
Thanks,
Mohammad
Ok, maybe I havent clarified things so I post a picture of what I want. hope you will help me
You can't.
The soft keys are a feature of WM5. They are actually regular menus. If you create an app with just two menus it will display like that on WM5 device and in the normal fashion on WM2003.
The only thing you can try is covering the menu bar and simulating the soft keys and the SIP button. Read about SHFullScreen on MSDN.
levenum said:
You can't.
The soft keys are a feature of WM5. They are actually regular menus. If you create an app with just two menus it will display like that on WM5 device and in the normal fashion on WM2003.
The only thing you can try is covering the menu bar and simulating the soft keys and the SIP button. Read about SHFullScreen on MSDN.
Click to expand...
Click to collapse
This is not quite true, you can have the same behaviour in WM2003SE, the only difference is that you have to do everything by your own.
In both OS, the so called menubar is in fact a toolbar. So in WM2003SE, if you want to have the same effects as in WM2005, you have to subclass the toolbar and use custom drawing. You also need to handle the SIP window, if you want to place it in the center. Of course, this is not straight forward...
Cheers,
.Fred
ok. now I know its possible. but can anybody provide some relevant links?? Thanks
mohgdeisat said:
ok. now I know its possible. but can anybody provide some relevant links?? Thanks
Click to expand...
Click to collapse
Sorry I don't think you will find a lot on this matter on the net, I already made a dig, but not much found.
Anyway,
1) try http://www.pocketpcdn.com, especially the forums and look for toolbar, commandbar and shmenubar
this article will give you some hints: http://www.pocketpcdn.com/articles/right_toolbar.html
2) read msdn about toolbar subclassing and NM_CUSTOMDRAW handling
3) read msdn about shmenubar api
3) use Spy++ or related application to hook the menubar in wince and see what you get
4) make some tests and you will have something like that (full image in zip):
Cheers,
.Fred
Hi,
I have searched too much but found almost nothing about this issue. Please anybody has any article, link or sample project?? I need it very much.
Mohammad
mohgdeisat: what do you really need to know?
Start by making a project, and cosmetically program a custom menu bar/button bar to emulate the WM5 menu bar. It's not impossible, it's actually quite easy, but it is tedious.
Once you can do that, come back and show us.
Next step will be to patch it into your target app.
Realistically this is quite a tough task, at least if you want to generically patch soft keys into the whole OS, because softkeys (and menu bars) and prepared on a per app basis - the menu bar on the Today screen in Wm2003 is different to WM5 for example. You would have to parse in the WM2003 menu into your emulated WM5 softkeys, per app, and even then it would still not match WM5, because the WM5 menus have been reordered from wm2003 apps to match the Microsoft design guidelines for softkeys.
But start by emulating the softkeys in a standalone app, before thinking about the next task.
V
Yes VJ, I really need to make my first step to learn this stuff, and I will do it soon with god's willing.
I have First exams this week so I might start it next week and I will post what I get here to have your feedback.
Thanks all and good luck

stylus-free use?

Hi, I am quite happy with my Cingulare 8125, but I sometimes find myself in situations where I would rather not use the stylus, and then I wish there was a way to put the start menu and the OK button on one of the device's buttons. Also, if it is bright outside, dialing a number is a bit awkward. has anybody had the same problem and perhaps found a solution?
Yep, it's called Smartskey and it'll do exactly what you want. Do a search and you'll find all kinds of info about it.
Also look for FakeCursor. Works great!
markgamber said:
Yep, it's called Smartskey and it'll do exactly what you want. Do a search and you'll find all kinds of info about it.
Click to expand...
Click to collapse
I second that.
I also use WM5NewMenu and PHM TrayLaunch. Both of these let you arrange the menu/shortcut order to suit your needs and are navigable with the Dpad. With these two and smartskey my wizard is one thumbed use rather than one handed. I have managed easily without a stylus.
Regarding the visibility in bright daylight, try changing your theme/skin to something with more contrast or increasing the backlight settings. Alternatively use MSVoiceCommand or the standard voice dialer for existing contacts, I haven't had much luck with MSVoiceCommand recognising number strings correctly for new phone numbers though.
Thanks to all.
I have downloaded the smartskey and I'll give that a try. It seems to do what I want.
Regarding the dialing: As this is a phone, I'd like to see a dedicated number pad on it, or a remapping of the existing softbuttons to numbers. For example the DPAD (might) have 9 positions (if the corners are recognized differently than left or up), which could be mapped to 1-9. Add 1 other softbutton for 0 and you have a complete dialpad. Perhaps in another release ...
Brilliant
mikebode said:
Regarding the dialing: As this is a phone, I'd like to see a dedicated number pad on it, or a remapping of the existing softbuttons to numbers. For example the DPAD (might) have 9 positions (if the corners are recognized differently than left or up), which could be mapped to 1-9. Add 1 other softbutton for 0 and you have a complete dialpad. Perhaps in another release ...
Click to expand...
Click to collapse
Ok, I think this is my first post, for I am a professional lurker and all, but I swear I jumped out of my chair when I read this. This is perfect. Perfect, brilliant idea, would solve the single greatest drawback of this phone IMO. PLEASE tell me that there is a way to make this happen. I know, for example, that smartskey remaps the d-pad buttons to open up contacts, recent call list, etc. So I'm guessing a little tweaking somewhere could make this happen? If not smartskey, a new program perhaps? Here is my promise: someone comes up with this program, and I'll make little numbers stickers to go around the d-pad (yeah, laugh, but I'll do it!)
brentrs
Cing. 8125
Cing. 2.25 ROM

Slide function replacing original MS scroll bar?

Is there a hack to replace native WinCE behavior on scrolling down with an iPhone like one?
Yes. I am aware there are lots of frontend applications like iContact etc. enabling iPhone look and feel. It is not what I really want. All the applications is a patchwork. It is heavy on resources, slow and basically disintegrated. Many applications are in development and lack of vital functions.
I am happy with the application set I currently have. It is stable, familiar and a-finger-operated. The only thing I miss is scrolling down like iPhone provides. One has to get stylus to scroll a scroll bar down/up.
Is there an option to replace the MS OS native library responsible for scrolling by a hacked one, which tracks the sliding finger behavior? (I am now with WM5)
if you use any ROM with TouchFlow, you'll propably forget about the scroll bars in most of the applications...
there is another programs, like FTouchFlo, which replicate the behavior of TouchFlow, with some add ons of course... you might want to check as well...
http://forum.xda-developers.com/showthread.php?t=338143
another thing you can do to get rid of the scroll bar (well most of it) is to change it's size to 1 pixel in width... so if you find your self in a situation where you really need the scoll bar, you just get the styus out and drag it on the edge of your screen....
I hope this will help....
duke911 said:
FTouchFlo
Click to expand...
Click to collapse
I've tested FTouchSL2.5. It works with limited success. For example it doesn't support MT Software TodayAgenda. Also the application side launch works bad. The function seems to be heavy on computation power and competes with today or requires a hard push and doesn't work with gentle gestures.
Is there aby option to post-update ROM with TouchFlow? How reliable the TouchFlow is?
kot_as_kot said:
I've tested FTouchSL2.5. It works with limited success. For example it doesn't support MT Software TodayAgenda. Also the application side launch works bad. The function seems to be heavy on computation power and competes with today or requires a hard push and doesn't work with gentle gestures.
Is there aby option to post-update ROM with TouchFlow? How reliable the TouchFlow is?
Click to expand...
Click to collapse
Hi
Did you include some of those programmes to the exclusion list? Cos' some application comes with slide function on its own which may not work well with FTouchSL activated for it.
Also, you can configure the delay time for a gesture to work. If you like to use just a 'gentle' touch / slide to generate a quick response, try to set the delay to smaller value, e.g. 200 ms. etc.
I've no problem using FTouchSL and it's a must have for my phone.
Sian said:
include hose programmes to the exclusion list
set the delay to smaller value
Click to expand...
Click to collapse
smaller delay value did help to be more responsive. down-up slide launch works better now. all others launches don't. It seems the today interfere with the FTtouchSL. It is pity to say, but I didn't managed to exclude it. I couldn't find it as a program.
you can always use Spb PocketPlus 4, which has "smart scrolling" with a number of other features you might like. There is a fee for it though, but like I always say, if theres a will theres a way
You CAN exclude the desktop, you have to add it as a "window exception". Just manually type in either "Start" or "Desktop", I forgot which one
Azimuth21 said:
exclude the desktop as a "window exception"
Click to expand...
Click to collapse
this one was a good move. down-up gesture works like a charm now. (do not forget to enable gestures while except window) I am sure now, the program competed with desktop for resources to process the touchscreen control.
All other gesture movements don't work. It seems TodayAgenda still compete with FTouch
settings
what did you have for the Enable FtouchSL timeout:
how about the Gestures timeout:
i excluded the desktop. Click on Exceptions then add window title. in the window title, typed in desktop
is that right?

smart touch key repeat rate

Hey
I'm trying to get the HP iPaq 614c in a usable state....what I'm finding is that the Smart-Touch scroll wheel is great, nice and quick and you can be productive.
But, because it is only one way (up <-> down), and because it usually functions as the equivalent of a "tab" key press (if on a PC) you can't use it for moving around in a text block.
You have to use the up down left right method by hovering over 5, then moving your thumb in the appropriate direction...however, the repeat rate on this is slow slow slow......
Its enough to not make me keep the 614c because it means editing SMSs or emails or even just random text fields like URLs is painful, particularly when you make a mistake.
Does anyone know any registry fields to change this?
I've tried the accessible settings in Settings > Buttons > Up/Down Control but they have no effect.
Thanks!
Si
yes i would be interested in this too.
I've searched the registry but couldn't fnd anything applicable. I found one key which was reported in another forum, but it had no effect.
WAY NOT TAP (WITH FINGER) ON THE AREA AND THEN MOVE L/R
I THINK YOU NEED TO HAVE "SLOW" MOVMENT FOR SOME APPS/FILES
well that is why I do, like you say. I guess slow movement may be useful for some things.
When you're in the middle of a text message or email though, it can take days to scroll through a message.
Its also very hard to pinpoint the cursor to the right area with out using the stylus (i.e. with your finger nail).....
...part of the beauty of the 614c for me is the phone keypad which allows T9 input (T9 input being super fast compared to any qwerty input with two fingers), but when you can't edit the message very easily it becomes annoying.
Im sorry to say that I don’t know/suffer from your prob
not that I do want problems, but the thing is that all text is within the bounds of the screen (for me on long doc/mail....) so the only need for fast thing is up down
maybe you have a different setting that lets you see "out of the screen" ~ the need for fast L/R scrolling
as for ie tx9 I don’t use this method so ….. I disabled the default settings of having it on first thing
for ie address I use pie-plus app ,it has within it's settings option for quick words/address and finger scrolling or open more then one tab etc.
but you asked so I will give you the solution
please backup your device
open a reg edit like this free one
http://www.phm.lu/products/PocketPC/RegEdit/
then go to HKLM/software/tegic/et9/ime
tap on D-WORD "carrierDefaultTextMode"
set value from "0" to "1"
enjoy
for l/r scrolling, what i'm talking about is when you're editing a text message or an email, they can get quite long. so say you're editing a message, then you realise you need to add a word at the start or edit a word in the middle, it takes ages to scroll to the middle or the beginning using the l/r scrolling on the smart touch wheel....and when i say ages, i mean ages, at least compared to how quickly it works on the smartphones with a hard nav joystick/wheel.
it has nothing to do with whether you can see the text on the screen. its to do with moving the caret/cursor/pointer around within the text.
thanks for that registry entry...i did try it, but it made no difference. IE still uses abc method.
i may look at that pie-plus ting though, looks like it may help.
sikittle said:
forthanks for that registry entry...i did try it, but it made no difference. IE still uses abc method.
i may look at that pie-plus ting though, looks like it may help.
Click to expand...
Click to collapse
works for me
did you save the reg by "exit " turn off the device for 10 sec then SR ?
any way i will also try to look into the scroll....
it changes the default method for applications like Internet Explorer for you? not just SMS composing?
I'll try it again...
hey yeah
that did work, thanks!! (making the default mode actually work as default in all circumstances)
i just typed it wrong.
told you so i will also look into the wheel thing im now into helping with this http://forum.xda-developers.com/showthread.php?t=403736

more option etc. mainly 4 ipaq 600
hmmmm.....do you know how to make that keyboard fix work even when you install a 3rd party keyboard.
I was trying to install a finger friendly keyboard for the times when you have to type in passwords or other such delicates, but if i do that after having made that modification it loses it as the default.

X1ButtonMapper - Extends the keyboard and other buttons

Hey guys,
I developed a small application which adds functionality to the X1 keys and keyboard. The reason why I made this program is, that I can't find a decent button mapping tool out there that does what I want - that is:
Extend the normal keys with long press and assign programs/functions to it
Extend the keyboard with a Control key (Tab key is reassigned to control key)
Assign missing FN+Key combination with additional special character or applications
Assign the ok button with really closing an application, depending on your task manager
To achieve this, I was writing this small app which itself checks for specific key events and starts mort script files in case such an event happens. I chose Mortscript because it easily allows everyone to define about almost everything that is possible and the application doesn't need a fancy UI to configure the key events.
You can find a readme within the archive which describes the program in more detail and you can also find some example script files for MortScript as a starting point.
For installation, you have to copy the X1ButtonMapperScripts folder of the archive to your root (\) directory of the device. You also need to install MortScript which you can find at Mort's homepage (mort.sto-helit.de). MortScript is a small and powerful application which is often used and mature. After that, you have to start X1ButtonMapper.exe and then the specific key presses will cause the calling of the script files. When you did not encounter any problems (software is still in testing phase), you can copy a link to the X1ButtonMapper.exe into your \Windows\Autostart folder for automatic loading at reset.
My current configuration, just for example, is as follows:
Ok short press closes an application, Ok long press (~500 ms) causes an app to minimize
Long press of left softkey opens start menu
Long press of right softkey opens MortButtons
Long press of volume up opens comm manager
Long press of volume down opens SPB task manager (Alt+Tab)
FN+a/s/d/f writes special characters I miss on the keyboard (%_\€)
FN+y/x opens Wifi network selection and resco explorer (FN+C/V are unused)
I would appreciate to get any feedback about this software, if it works, what you like, don't like and desperately miss.
Please be aware that this software is free and you are allowed to redistribute it, but please don't change it and always distribute the whole zip archive and not the extracted files!
Please be also aware that this software is in a testing phase and may hang up your device and may even cause data loss (not happened to me yet but theoratically possible). So please backup your data and be aware that I can't be held responsible in case this happens!
Update: V. 1.2 now allows to keep the original OK button function without change and to use Fn+Tab for sending the original Tab key!
i havent used your program but when i was looking for one such as yours, i came across ae button plus. im not familiar with scripts and programing and so i find ae button plus a good program. its not free but for $8, i think its worth it.
otherwise, keep up the good work. we need people like you to get the most of of our phones.
Would it not make more sense to remap the au key rather then tab key to ctrl? I use my tab key for form entry.
AE Buttons plus cannot do what this program does, that's why I did the hassle to develop it. Also PQz2 doesn't do what I need. For example you can't assign FN+x combinations with AE buttons plus and you can't remap the ok button (at least it didn't work for me).
Regarding the tab key, I tried to make FN+Tab to send the tab key, but that didn't really work. Maybe in some next release it will work, but I still think that the Tab key is dispensible.
Regarding the scripts, it's really easy and you can find ready scripts for almost any task. Also I did include some examples as a starting point. The scripts offer a lot more flexibility than any of the button mapping tools existing, so, take the challenge, it's worth it!
Pyrojester said:
Would it not make more sense to remap the au key rather then tab key to ctrl? I use my tab key for form entry.
Click to expand...
Click to collapse
Did I miss something or does this remap ctrl to tab? That would be a HUGE thing in my opinion... And no, the au button is used here a lot...
Yes, remapping Tab to Ctrl is one of the fixed mappings it does. One of the most powerful things and something I really missed with AEButtons.
With Ctrl on the keyboard you get copy and paste, wordwise navigation with the cursor, Undo/Redo and wordwise delete/backspace. Check the readme in the Zip File for more details.
I also added Fn+DPad for PageUp/Down and Home/End - also something I really missed before.
Dandie said:
Yes, remapping Tab to Ctrl is one of the fixed mappings it does. One of the most powerful things and something I really missed with AEButtons.
With Ctrl on the keyboard you get copy and paste, wordwise navigation with the cursor, Undo/Redo and wordwise delete/backspace. Check the readme in the Zip File for more details.
I also added Fn+DPad for PageUp/Down and Home/End - also something I really missed before.
Click to expand...
Click to collapse
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Will instal later today...!!!!
Dandie said:
[*]Extend the keyboard with a Control key (Tab key is reassigned to control key)
Click to expand...
Click to collapse
and I am officially blind...
Can this program work alongside aebutton plus? That would be great as they both have big advantages. I know this version of the CE core of WM only supports one key hook and I am pretty sure aebp uses a key hook. Are you using a key hook here? Is anyone using both? Great work!
Actually I uninstalled AEButtonsPlus before I was starting the development of this application. There is indeed a limitation about keyboard hooks in WinCE and my program uses them - don't know about AEButtonPlus.
There is a software available which claims to remove this limitation of windows mobile - it is called HookMgr and you can download it for free - check Google. I did not test it nor would I recommend to install several applications using keyboard hooks - they will most likely interfere with each other.
What is it that AEButtonsPlus has that you miss with my application?
Dandie said:
Actually I uninstalled AEButtonsPlus before I was starting the development of this application. There is indeed a limitation about keyboard hooks in WinCE and my program uses them - don't know about AEButtonPlus.
There is a software available which claims to remove this limitation of windows mobile - it is called HookMgr and you can download it for free - check Google. I did not test it nor would I recommend to install several applications using keyboard hooks - they will most likely interfere with each other.
What is it that AEButtonsPlus has that you miss with my application?
Click to expand...
Click to collapse
I did not know about that HookMgr software. Interesting.
I have not yet had the chance to try AEButtonPlus, but I believe it allows programming the short press and also double press of all the keys (was not aware of the ok key limitation). Is there a reason why you only provide long press options? Double press is not really necessary, but I would like to change the short press options. IIRC (I should probably stop making comments before my X1 even arrives but can't help it. so exciting) out of the box, only the short press of the soft keys is configurable. It would still be nice if you grabbed these so that I could configure all my buttons in the same place. Also, it doesn't seem that you provide a way to program the short or long press of the panel key. Would this be possible? Lastly, it might be good to make changing tab to ctrl optional and or offer another key to change. The addition of a ctrl key is great, but tab is also useful. The original renderings of the X1 back in January showed a ctrl key on the keyboard. Dont know who's idea it was to delete it.
I would love to help out. I could write a settings application for you that would store the options in the registry. Rather than running the scripts, it could look in the registry for what to execute. By default the registry values would just be the scripts, but users could change it to run an exe directly. I could also make a cab for it. The settings app would be in .NET. Let me know if this sounds good.
BTW, I think the ok and win keys would make good ctrl keys btw, as they are redundant to the keys on the front; ok button being my choice.
JKingDev said:
Is there a reason why you only provide long press options? Double press is not really necessary, but I would like to change the short press options.
Click to expand...
Click to collapse
I only provide the long press option because detecting double or even triple clicks would delay every button click and therefore reaction time, that's why I didn't realize it. I kept the short press of the keys (except OK) because they all make sense to me. You need the Softkeys, so their short press needs to be kept and the loudness up/down is essential in my opinion.
I also decided not to allow to remap the camera button because its handling is a bit difficult (two press levels) and I think the camera button is necessary when you really consider using the camera.
I also left the hang up and pick up buttons untouched because they already have short and long press actions (devicelock and handsfree) and I did not want to touch functions which are installed pretty deep into the system. I also like the function the way it is.
JKingDev said:
Also, it doesn't seem that you provide a way to program the short or long press of the panel key. Would this be possible?
Click to expand...
Click to collapse
Sure I did - actually I wanted to map it with opening the start menu but it can't be suppressed, not even by a keyboard hook! By the way, this is also the case with the symbol key - can't be remapped!
JKingDev said:
Lastly, it might be good to make changing tab to ctrl optional and or offer another key to change. The addition of a ctrl key is great, but tab is also useful. The original renderings of the X1 back in January showed a ctrl key on the keyboard. Dont know who's idea it was to delete it.
Click to expand...
Click to collapse
Yeah, the ctrl button was one of the main reasons why I wrote this application. Also that the X1 keyboard leaves many Fn+Letter combinations unused which is just stupid. As I said, I wanted FN+Tab to send the tab key but that didn't work for some reason. Also I think that Tab is disturbing when writing because when touching it for accident you get holes in your text :/
JKingDev said:
I would love to help out. I could write a settings application for you that would store the options in the registry. Rather than running the scripts, it could look in the registry for what to execute. By default the registry values would just be the scripts, but users could change it to run an exe directly. I could also make a cab for it. The settings app would be in .NET. Let me know if this sounds good.
Click to expand...
Click to collapse
Actually I don't see any problem with the scripts. They offer a lot more flexibility that a UI can ever give and for newbies the experienced could offer a set of reasonable scripts, so I don't see any issue with this. MortScript is easy to use and way more powerful than any button mapper UI on the market - why do people always want GUIs?
JKingDev said:
BTW, I think the ok and win keys would make good ctrl keys btw, as they are redundant to the keys on the front; ok button being my choice.
Click to expand...
Click to collapse
First of all, you can't separate between the ok key of the keyboard and the ok key on the front on the level of the keyboard hook, so it would be impossible to remap the one without the other. The win key is not redundant and therefore I decided to keep it because I find it very useful.
Dandie said:
First of all, you can't separate between the ok key of the keyboard and the ok key on the front on the level of the keyboard hook, so it would be impossible to remap the one without the other. The win key is not redundant and therefore I decided to keep it because I find it very useful.
Click to expand...
Click to collapse
Ah. That stinks about the ok key.
Dandie said:
I only provide the long press option because detecting double or even triple clicks would delay every button click and therefore reaction time, that's why I didn't realize it. I kept the short press of the keys (except OK) because they all make sense to me. You need the Softkeys, so their short press needs to be kept and the loudness up/down is essential in my opinion.
Click to expand...
Click to collapse
True. I wasn't really interested in double and triple. Just really the short. About the softkeys, normally I would not remap soft keys, but the X1 has a shortage of customizable buttons so I would like to change them.
Dandie said:
I also decided not to allow to remap the camera button because its handling is a bit difficult (two press levels) and I think the camera button is necessary when you really consider using the camera.
Click to expand...
Click to collapse
Interesting. On my tilt, I had short press opens camera album and long press opens the camera. Something similar would be interesting. Not a big thing though.
Dandie said:
Sure I did - actually I wanted to map it with opening the start menu but it can't be suppressed, not even by a keyboard hook! By the way, this is also the case with the symbol key - can't be remapped!
Click to expand...
Click to collapse
That stinks! Why do they insist on forcing panels on us? I do believe there is a registry key that can change what the panel button does though. You should look into that if you dont use the panels or just dont want a dedicated key. I am trying to find that info.
Dandie said:
Actually I don't see any problem with the scripts. They offer a lot more flexibility that a UI can ever give and for newbies the experienced could offer a set of reasonable scripts, so I don't see any issue with this. MortScript is easy to use and way more powerful than any button mapper UI on the market - why do people always want GUIs?
Click to expand...
Click to collapse
Lol. I guess its not necessarily a GUI but just options that would be good. You are right, the scripts are very flexible so no point in changing that. The only options I would really like is a choice about the ctrl key (possibly make the win key an option) and an option of whether or not to capture the short press soft keys.
Thanks for takin the time to explain all of your decisions. This is really great software! Hope I dont seem like I am asking a lot. Just some suggestions. Thanks!
JKingDev said:
About the softkeys, normally I would not remap soft keys, but the X1 has a shortage of customizable buttons so I would like to change them.
Click to expand...
Click to collapse
You can remap the Softkeys already in the button configuration of Win Mobile, but I personally wouldn't do it. Better to remap them for the today screen via registry and using the long press events from my software for additonal functionality. This way it doesn't interfere with the sytem at all.
JKingDev said:
That stinks! Why do they insist on forcing panels on us? I do believe there is a registry key that can change what the panel button does though. You should look into that if you dont use the panels or just dont want a dedicated key. I am trying to find that info.
Click to expand...
Click to collapse
Well, I think that's just the way it is integrated into the system. Maybe by some kind of driver or something. The "sym" key behaves the same way. We have to live with that fact.
JKingDev said:
The only options I would really like is a choice about the ctrl key (possibly make the win key an option) and an option of whether or not to capture the short press soft keys.
Click to expand...
Click to collapse
The softkey can originally already be remapped and for the tab key the best solution would be FN+Tab = Tab. I will have a look into this again.
JKingDev said:
Thanks for takin the time to explain all of your decisions. This is really great software! Hope I dont seem like I am asking a lot. Just some suggestions. Thanks!
Click to expand...
Click to collapse
Yeah, that's fine. I would actually like some feedback from people who tried the software. Anyone?
Here it is for those who want to know:
http://forum.xda-developers.com/showthread.php?t=448067
(Remap panel key)
I finally installed this today and it reminded me the about the good things the Touch Pro has that I previously owned. It truly amazes me that HTC does not put the ctrl key to their HW keyboards, it makes no sense to me.
I started to think that maybe it would be better to use the win key for this, win key kinda is there on top of the screen?
EDIT: and now I bothered to read posts above... fn+tab=tab could also be a good option.. After all tab is not used that often...
Great work on this, one of the best things made to X1 by XDA member so far...
At least someone having the guts to try my software - thank you for the positive feedback!
Regarding the Win-key, I wouldn't remap it because:
1. I'm using it often
2. The win key is often sent in combination with other keys and it will cause some side effects to remap it - that's why I gave up on this idea
When there's more feedback and some problems discovered that are necessary to change, I will have another look into this FN+Tab issue.
By the way, having Tab remapped to Ctrl also has a good benefit - accidental clicks on tab don't happen anymore.
Hmmmm MortScript messed up my OK button.

Categories

Resources