English Amiga Board


Go Back   English Amiga Board > Support > support.WinUAE

 
 
Thread Tools
Old 13 April 2006, 19:57   #1
Kurrado
 
Posts: n/a
KeyLayouts on a Notebook !

Hi people,

Because there's already a thread on another forum, I'll give you the link of my problem. You can answer here

http://forum.sensiblesoccer.info/ind...sg7478#msg7478

I am an Amiga Sensible Soccer fan ! But I have one problem:

There are 3 keyboard layouts, and they're not OK for my notebook:
Layout A: I have no numpad
Layout B: I have no Right CTRL
Layout C: It's to difficult, the B as down is not good, it'd better be G

So I have the suggestion to make Layout D (for notebooks), you don't have to put it in WinUAE main program, but someone can make a patch for it, it is not much work hé

Layout D for example: Same as Layout B, but with LEFT CTRL. Please can you do something, because now I can't play Amiga SWOS.

I also tried the Configuration #X, and set Up -> Joy1/2 Up, Down -> Joy1/2 Down, etc..., but it gives conflicts to the other player.

Pleaaase can anyone help me ?

Thanks,
 
Old 13 April 2006, 20:23   #2
CodyJarrett
Global Moderator
 
CodyJarrett's Avatar
 
Join Date: Mar 2001
Location: UK
Age: 46
Posts: 6,160
I currently use WinUAE with a laptop which has a normal PC keyboard attached. I also use a USB joypad which works well.
CodyJarrett is offline  
Old 13 April 2006, 21:02   #3
Kurrado
 
Posts: n/a
Quote:
Originally Posted by CodyJarrett
I currently use WinUAE with a laptop which has a normal PC keyboard attached. I also use a USB joypad which works well.
Yes, that's a possibility, but making a Keyboard Layout D is much easier, not ??? And less expensive, and better, ...
 
Old 13 April 2006, 21:37   #4
CodyJarrett
Global Moderator
 
CodyJarrett's Avatar
 
Join Date: Mar 2001
Location: UK
Age: 46
Posts: 6,160
Agreed, but these are other options
CodyJarrett is offline  
Old 13 April 2006, 23:28   #5
Ironclaw
Banned
 
Ironclaw's Avatar
 
Join Date: Oct 2004
Location: ...
Age: 45
Posts: 3,313
Just remap the keys then to whatever keys you want.
Ironclaw is offline  
Old 14 April 2006, 11:52   #6
Kurrado
 
Posts: n/a
Quote:
Originally Posted by Ironclaw
Just remap the keys then to whatever keys you want.
Is it with the configuration #x ? It gives conflicts, or what do you mean by remap , how can I do it ?

Thanks !
 
Old 14 April 2006, 11:59   #7
Kurrado
 
Posts: n/a
Ooh, another thing: This problem only occurs when I play online against someone else who has 'Compatibility Mode' on. So the Joy2-thing works fine offline, but online it's a problem :s
 
Old 14 April 2006, 13:19   #8
Ironclaw
Banned
 
Ironclaw's Avatar
 
Join Date: Oct 2004
Location: ...
Age: 45
Posts: 3,313
http://eab.abime.net/showthread.php?...ighlight=remap
Ironclaw is offline  
Old 14 April 2006, 13:26   #9
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,505
Quote:
Originally Posted by Kurrado
online
You mean Kaillera compatible WinUAE? I think this is probably bug in such an old version of WinUAE..
Toni Wilen is offline  
Old 14 April 2006, 14:45   #10
Kurrado
 
Posts: n/a
Quote:
Originally Posted by Toni Wilen
You mean Kaillera compatible WinUAE? I think this is probably bug in such an old version of WinUAE..
Indeed. Is there no solution for this ?
 
Old 14 April 2006, 14:46   #11
Kurrado
 
Posts: n/a
Can't you write a little patch for this old version, so I can play SWOS with my notebook online... Toni, you're the man !
 
Old 14 April 2006, 14:54   #12
Kurrado
 
Posts: n/a
Some information here, Toni:

* Here is our WinUAE version with Kaillera (The official to play Amiga SWOS online) : http://swos.ring23.com/stat/cgi-bin/...igaonline2.exe

* I suggest that you change the file (I think it's a DLL-file, I don't know, I'm not a developer ), so that Keyboard Layout B (Cursor Up/Down/Left/Right + Right CTRL) has these controls:
Up/Down/Left/Right + Left CTRL, there is only 1 CTRL on a notebookkeyboard.

* Then I can place (or you) a 'patch' online with the file that has good controls for a laptop keyboard

* So, SWOS players with a notebook keyboard have got no bugs (with remapping in the old WinUAE-version + Kaillera) and can use the 'Compatible mode'.

It would be nice for many notebook-users, PLEASE Toni, Help us, us, poor people

Greetings and many thanks,
Kurrado
 
Old 16 April 2006, 09:42   #13
§ane
Registered User
 
Join Date: Jul 2001
Location: .
Age: 44
Posts: 246
Quote:
Originally Posted by Kurrado
I also tried the Configuration #X, and set Up -> Joy1/2 Up, Down -> Joy1/2 Down, etc..., but it gives conflicts to the other player.
Received your ICQ, thanks, you may have brought my attention to a bug which I will have corrected in the next release. (I'm aiming for late this year but life is hectic.)

Not that coding for compatibility mode (keyboard layouts) is in any way elegant, there's no source project, so we're a bit buggered.

AutoHotkey to the rescue!
Code:
#SingleInstance force
Menu,TRAY,Tip,LControl::RControl
Menu,TRAY,NoStandard
Menu,TRAY,DeleteAll
Menu,TRAY,Add,E&xit,EXIT
LControl::RControl
EXIT:
ExitApp
Use Keyboard Layout "B" and left Ctrl key to your heart's content.
Attached Files
File Type: zip LControlRControl.exe.zip (179.7 KB, 544 views)

Last edited by §ane; 16 April 2006 at 09:47.
§ane is offline  
Old 16 April 2006, 15:58   #14
Kurrado
 
Posts: n/a
Quote:
Originally Posted by §ane
Received your ICQ, thanks, you may have brought my attention to a bug which I will have corrected in the next release. (I'm aiming for late this year but life is hectic.)
Indeed

Quote:
Originally Posted by §ane
Not that coding for compatibility mode (keyboard layouts) is in any way elegant, there's no source project, so we're a bit buggered.

AutoHotkey to the rescue!
Code:
#SingleInstance force
Menu,TRAY,Tip,LControl::RControl
Menu,TRAY,NoStandard
Menu,TRAY,DeleteAll
Menu,TRAY,Add,E&xit,EXIT
LControl::RControl
EXIT:
ExitApp
Use Keyboard Layout "B" and left Ctrl key to your heart's content.
Sane, Y-O-U - A-R-E - T-H-E - M-A-N !!!
I'll post it on sensiblesoccer.de !

Many thanks to all, especially Sane
 
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
does my notebook display work with 50 instead of 60 HZ? orko33 support.WinUAE 4 10 December 2008 09:29
searching for a cheap Notebook Joe Maroni MarketPlace 0 29 December 2007 23:40
notebook for Winuae Joe Maroni MarketPlace 1 09 April 2005 00:33
Notebook HDD whiteb support.Hardware 7 12 January 2003 16:13
Using Notebook CD-Rom w/ a1200? Ollibolli support.Hardware 0 12 October 2002 17:27

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 00:48.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08607 seconds with 14 queries