Noobz!
May 23, 2012, 09:20:30 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: 1 [2]   Go Down
  Print  
Author Topic: Pikey NEVER worked, what's wrong?  (Read 7910 times)
0 Members and 1 Guest are viewing this topic.
taz0x
Newbie
*

Karma: 0
Offline Offline

Mood:

Posts: 11


View Profile
« Reply #15 on: June 05, 2007, 10:33:50 am »


That URL fails:

他サイトのhtmlファイルからのリンクでは表示できません。  (Can't link from another site)

but I was able to get around it and have looked at your files.

Try deleting /seplugins/vsh.txt and /seplugins/game.txt from your memory stick, and rerunning the piKey 0.3 installer.  I think there's some odd hangover from 0.2 in those files.




HOLY CROW!! IT ACTUALLY WORKS NOW!! OH MY GOODNESS THANK YOU SO MUCH FANJITA, THANK YOU FOR YOUR HELP!!! THANK YOU!!!

Though i do have a question, how do i reconfigure the button configs for psp and the keymaps it self? for example, how do i make the triangle button be like "t" instead of "insert" which doesn't exist on this here targus keyboard, and also how do i fix the key maps, suchs as how an apostrophe(') turns out to be a @, or a / which turns out to be a "j"??

again thank you so much for you help.
« Last Edit: June 05, 2007, 10:47:14 am by taz0x » Logged
Fanjita
Site Administrator
Administrator
Full Member
*****

Karma: 8
Offline Offline

Mood:

Posts: 158



View Profile WWW
« Reply #16 on: June 05, 2007, 12:09:22 pm »



HOLY CROW!! IT ACTUALLY WORKS NOW!! OH MY GOODNESS THANK YOU SO MUCH FANJITA, THANK YOU FOR YOUR HELP!!! THANK YOU!!!

Though i do have a question, how do i reconfigure the button configs for psp and the keymaps it self? for example, how do i make the triangle button be like "t" instead of "insert" which doesn't exist on this here targus keyboard, and also how do i fix the key maps, suchs as how an apostrophe(') turns out to be a @, or a / which turns out to be a "j"??

again thank you so much for you help.


Check out the user guide in the docs folder of the ZIP file.  Basically, you need to look at the files ctrlmap.txt and the keymap/  folder.
Logged
taz0x
Newbie
*

Karma: 0
Offline Offline

Mood:

Posts: 11


View Profile
« Reply #17 on: June 05, 2007, 04:32:46 pm »




HOLY CROW!! IT ACTUALLY WORKS NOW!! OH MY GOODNESS THANK YOU SO MUCH FANJITA, THANK YOU FOR YOUR HELP!!! THANK YOU!!!

Though i do have a question, how do i reconfigure the button configs for psp and the keymaps it self? for example, how do i make the triangle button be like "t" instead of "insert" which doesn't exist on this here targus keyboard, and also how do i fix the key maps, suchs as how an apostrophe(') turns out to be a @, or a / which turns out to be a "j"??

again thank you so much for you help.



well, i did want to use pikey with gpSP as well, but i guess that doesn't work considering that if i assign another button for confirm and cancel, it conflicts with each other and yeah... i have another problem though... how come the VOLUP and VOLDOWN keys i assigned not working? here is my code:
Code:

# Control map for the CTRL_OUT piKey plugin.
#
# Note that these controls are only active when no other plugin is active.
#
# Lines beginning with '#' are comments
#
# Format is :
#   KEY_NAME = BUTTON_NAME
#
# See sdk/keycodes.h for the list of keynames - but leave off the initial 'KEY_'
#
# Button names are:
#   UP, DOWN, LEFT, RIGHT, CROSS, CIRCLE, SQUARE, TRIANGLE,
#   LTRIGGER, RTRIGGER, START, SELECT, HOME, NOTE, SCREEN, VOLUP, VOLDOWN,
#   and special button names:
#     CONFIRM, CANCEL (cross/circle depending on PSP region), HELP,
#     ANALOG_UP, ANALOG_DOWN, ANALOG_LEFT, ANALOG_RIGHT
#
UP = UP
DOWN = DOWN
LEFT = LEFT
RIGHT = RIGHT
ENTER = CONFIRM
ESC = CANCEL
T = TRIANGLE
Y = SQUARE
MINUS = LTRIGGER
EQUAL = RTRIGGER
HOME = HOME
Q = HOME
TAB     = SELECT
SPACE = START
F1      =       HELP
SLASH   =       HELP
W       =       ANALOG_UP
S       =       ANALOG_DOWN
A       =       ANALOG_LEFT
D       =       ANALOG_RIGHT
COMMA       =       VOLDOWN
DOT       =       VOLUP

Check out the user guide in the docs folder of the ZIP file.  Basically, you need to look at the files ctrlmap.txt and the keymap/  folder.


as well as my keymap:
Code:
#######################################################################
#   This mapfile file is part of the PSP IR Keyboard Library
#   (http://pspirkeyb.podzone.net)
#   Copyright (C) 2007 Harald Fielker
#
#   This program can be distributed under the terms of the GNU LGPL.
#   See the file LICENSE.
#######################################################################

#######################################################################
# qwuerty keyboard map
#######################################################################

[KEY_1]
normal  = '1';
shift   = '!';
alt     = '~';

[KEY_2]
normal  = '2';
shift   = '@';
alt     = '`';

[KEY_3]
normal  = '3';
shift   = '#';

[KEY_4]
normal  = '4';
shift   = '$';

[KEY_5]
normal  = '5';
shift   = '%';

[KEY_6]
normal  = '6';
shift   = '^';

[KEY_7]
normal  = '7';
shift   = '&';

[KEY_8]
normal  = '8';
shift   = '*';
num     = '8';

[KEY_9]
normal  = '9';
shift   = '(';
num     = '9';

[KEY_0]
normal  = '0';
shift   = ')';
num     = '/';

[KEY_MINUS]
normal  = '-';
shift   = '_';

[KEY_EQUAL]
normal  = '=';
shift   = '+';

[KEY_Q]
normal  = 'q';
shift   = 'Q';

[KEY_W]
normal  = 'w';
shift   = 'W';

[KEY_E]
normal  = 'e';
shift   = 'E';

[KEY_R]
normal  = 'r';
shift   = 'R';

[KEY_T]
normal  = 't';
shift   = 'T';

[KEY_T]
normal  = 't';
shift   = 'T';

[KEY_Y]
normal  = 'y';
shift   = 'Y';

[KEY_U]
normal  = 'u';
shift   = 'U';

[KEY_I]
normal  = 'i';
shift   = 'I';

[KEY_O]
normal  = 'o';
shift   = 'O';

[KEY_P]
normal  = 'p';
shift   = 'P';

[KEY_LEFTBRACE]
normal  = '[';
shift   = '{';

[KEY_RIGHTBRACE]
normal  = ']';
shift   = '}';

[KEY_A]
normal  = 'a';
shift   = 'A';

[KEY_S]
normal  = 's';
shift   = 'S';

[KEY_D]
normal  = 'd';
shift   = 'D';

[KEY_F]
normal  = 'f';
shift   = 'F';

[KEY_G]
normal  = 'g';
shift   = 'G';

[KEY_H]
normal  = 'h';
shift   = 'H';

[KEY_J]
normal  = 'j';
shift   = 'J';

[KEY_K]
normal  = 'k';
shift   = 'K';

[KEY_L]
normal  = 'l';
shift   = 'L';

[KEY_SEMICOLON]
normal  = ';';
shift   = ':';

[KEY_APOSTROPHE]
normal  = ''';
shift   = '"';

[KEY_Z]
normal  = 'z';
shift   = 'Z';

[KEY_X]
normal  = 'x';
shift   = 'X';

[KEY_C]
normal  = 'c';
shift   = 'C';

[KEY_V]
normal  = 'v';
shift   = 'V';

[KEY_B]
normal  = 'b';
shift   = 'B';

[KEY_N]
normal  = 'n';
shift   = 'N';

[KEY_M]
normal  = 'm';
shift   = 'M';

[KEY_COMMA]
normal  = ',';
shift   = '<';

[KEY_DOT]
normal  = '.';
shift   = '>';

[KEY_SLASH]
normal  = '/';
shift   = '?';

[KEY_BACKSLASH]
normal  = '\';
shift   = '|';

#
# numpad
#

[KEY_KPASTERISK]
normal  = '*';
num = '*';

[KEY_KPMINUS]
normal  = '-';
num = '-';

[KEY_KPPLUS]
normal  = '+';
num = '+';

[KEY_KPDOT]
normal  = '.';
num = '.';

[KEY_KPSLASH]
normal  = '/';
num = '/';

[KEY_KPCOMMA]
normal  = KEY_DELETE;
num = ',';

[KEY_KPENTER]

[KEY_KPEQUAL]
num = '=';

[KEY_KPPLUSMINUS]
normal  = '-';
num = '-';

[KEY_KP0]
normal = KEY_INSERT;
num = '0';

[KEY_KP1]
normal  = KEY_END;
num = '1';

[KEY_KP2]
normal  = KEY_DOWN;
num = '2';

[KEY_KP3]
normal  = KEY_PAGEDOWN;
num = '3';

[KEY_KP4]
normal  = KEY_LEFT;
num = '4';

[KEY_KP5]
num = '5';

[KEY_KP6]
normal  = KEY_RIGHT;
num = '6';

[KEY_KP7]
normal  = KEY_HOME;
num = '7';

[KEY_KP8]
normal  = KEY_UP;
num = '8';

[KEY_KP9]
normal  = KEY_PAGEUP;
num = '9';


any reason of my volume keys are not working? and is there any way to get the RIGHT space bar to work on the targus keyboard(not the space bar on left, the one on the RIGHT)??
« Last Edit: June 05, 2007, 04:41:51 pm by taz0x » Logged
nathan42100
Global Moderator
Newbie
*****

Karma: 1
Offline Offline

Mood:

Posts: 34


View Profile WWW
« Reply #18 on: June 05, 2007, 10:06:05 pm »

Maybe for future versions, when you install/upgrade piKey it should check for an [old] version folder and if it is found, delete it, THEN install.
Logged

ⓅⓈⓅ-Ⓟⓡⓞⓖⓡⓐⓜⓜⓘⓝⓖ.ⓒⓞⓜ Ⓐⓓⓜⓘⓝⓘⓢⓣⓡⓐⓣⓞⓡ

Do yourself a BIG favor... Read the damn README.TXT files and make use the SEARCH function of this Forum.
You wouldn't believe how this simple advice could sort your problems out so quickly
taz0x
Newbie
*

Karma: 0
Offline Offline

Mood:

Posts: 11


View Profile
« Reply #19 on: June 08, 2007, 04:43:42 pm »

well, now that pikey works (thanks to all of your support), i would like to list down some problems i have so that they may be fixed in future versions:

-when in browser, the character set is always set to alphabets with accents and tones when typing in a text box, hence when typing, the characters are not as what I typed (a becomes an accented j, e, etc)
-when in browser, I can not change the character set from the keyboard (i have to change it by pressing select on the psp itself)
-pikey stops working for a certain amount of time, but when i press some buttons on the psp itself it functions again

well those are all i the problems i've encountered so far, again thank you for all your support, and i hope these problems are of use to you all.
Logged
Angelo
Guest
« Reply #20 on: December 22, 2007, 08:58:16 pm »

Quote
-when in browser, the character set is always set to alphabets with accents and tones when typing in a text box, hence when typing, the characters are not as what I typed (a becomes an accented j, e, etc)
-when in browser, I can not change the character set from the keyboard (i have to change it by pressing select on the psp itself)
-pikey stops working for a certain amount of time, but when i press some buttons on the psp itself it functions again


Fixed, fixed and fixed in "Unofficial piKy 0.4" exept for piKey not working after a period of time That's a hardware issue that isn't fixable!  Wink
Logged
taz0x
Newbie
*

Karma: 0
Offline Offline

Mood:

Posts: 11


View Profile
« Reply #21 on: December 23, 2007, 02:59:38 am »


Quote
-when in browser, the character set is always set to alphabets with accents and tones when typing in a text box, hence when typing, the characters are not as what I typed (a becomes an accented j, e, etc)
-when in browser, I can not change the character set from the keyboard (i have to change it by pressing select on the psp itself)
-pikey stops working for a certain amount of time, but when i press some buttons on the psp itself it functions again


Fixed, fixed and fixed in "Unofficial piKy 0.4" exept for piKey not working after a period of time That's a hardware issue that isn't fixable!  Wink


so is pikey 0.4 out now? I thought it was still in development...?
Logged
Angelo
Guest
« Reply #22 on: December 23, 2007, 05:18:20 pm »

It still is... they've just all been fixed! Wink
Logged
Pages: 1 [2]   Go Up
  Print  
 
Jump to:  





Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.069 seconds with 24 queries.