עבור לתוכן

החלפת הסימון של SET POINT ללחיצה על הכפתורי קיצור

Featured Replies

פורסם

יש אפשרות להחליף את הסימון/טקסט ירוק שמוצג על המסך כשלוחצים על אחד מכפתורי הקיצור (לדוגמה כפתורי הווליום במקלדת)?

דוגמה לסימון הזה בתמונה למטה..

מותקן לי עכשיו SET POINT בגרסה 4.40.88 אם זה משנה משהו...[br]פורסם בתאריך: 28.06.2008 בשעה 20:14:38


מצאתי את זה:

Install uberOptions, disable SetPoint's OSD, and set the volume buttons to send extended keystrokes (F13, F14, and F15) and run an AutoHotkey script that responds to those keystrokes and does your own custom volume OSD.

עכשיו מישהו יכול לומר לי מה זה ה AutoHotkey script הזה? מאיפה אני משיג אותו?

[attachment deleted by admin]

פורסם

התקנת uberOptions?

הוא יתן לך לשנות הגדרה של כול מקש

פורסם
  • מחבר

כן התקנתי..

הבעיה לא איתו, אני יכול לשנות את המקש למה שאני רוצה,

אבל אני צריך ליצור עם ה AutoHotkey script הזה חלון מידע שיציג את עוצמת הווליום.

פשוט אין לי מושג איך עושים את זה...[br]פורסם בתאריך: 29.06.2008 בשעה 12:47:45


טוב מצאתי את התוכנה הזאת ומצאתי סקריפט שמראה חלונית מידע של הווליום.

מישהו יכול לעזור לי ליצור משהו כמו בתמונה הבאה?

volumemeter.jpg

; Volume On-Screen-Display (OSD) -- by Rajat
; [url]http://www.autohotkey.com[/url]
; This script assigns hotkeys of your choice to raise and lower the
; master and/or wave volume. Both volumes are displayed as different
; color bar graphs.

;_________________________________________________
;_______User Settings_____________________________

; Make customisation only in this area or hotkey area only!!

; The percentage by which to raise or lower the volume each time:
vol_Step = 4

; How long to display the volume level bar graphs:
vol_DisplayTime = 2000

; Master Volume Bar color (see the help file to use more
; precise shades):
vol_CBM = Red

; Wave Volume Bar color
vol_CBW = Blue

; Background color
vol_CW = Silver

; Bar's screen position. Use -1 to center the bar in that dimension:
vol_PosX = -1
vol_PosY = -1
vol_Width = 150 ; width of bar
vol_Thick = 12 ; thickness of bar

; If your keyboard has multimedia buttons for Volume, you can
; try changing the below hotkeys to use them by specifying
; Volume_Up, ^Volume_Up, Volume_Down, and ^Volume_Down:
; HotKey, #Up, vol_MasterUp ; Win+UpArrow
; HotKey, #Down, vol_MasterDown
; HotKey, +#Up, vol_WaveUp ; Shift+Win+UpArrow
; HotKey, +#Down, vol_WaveDown

HotKey, Volume_Up, vol_MasterUp ; Win+UpArrow
HotKey, Volume_Down, vol_MasterDown
HotKey, #Volume_Up, vol_WaveUp ; Shift+Win+UpArrow
HotKey, #Volume_Down, vol_WaveDown


;___________________________________________
;_____Auto Execute Section__________________

; DON'T CHANGE ANYTHING HERE (unless you know what you're doing).

vol_BarOptionsMaster = 1:B ZH%vol_Thick% ZX0 ZY0 W%vol_Width% CB%vol_CBM% CW%vol_CW%
vol_BarOptionsWave = 2:B ZH%vol_Thick% ZX0 ZY0 W%vol_Width% CB%vol_CBW% CW%vol_CW%

; If the X position has been specified, add it to the options.
; Otherwise, omit it to center the bar horizontally:
if vol_PosX >= 0
{
vol_BarOptionsMaster = %vol_BarOptionsMaster% X%vol_PosX%
vol_BarOptionsWave = %vol_BarOptionsWave% X%vol_PosX%
}

; If the Y position has been specified, add it to the options.
; Otherwise, omit it to have it calculated later:
if vol_PosY >= 0
{
vol_BarOptionsMaster = %vol_BarOptionsMaster% Y%vol_PosY%
vol_PosY_wave = %vol_PosY%
vol_PosY_wave += %vol_Thick%
vol_BarOptionsWave = %vol_BarOptionsWave% Y%vol_PosY_wave%
}

#SingleInstance
SetBatchLines, 10ms
Return


;___________________________________________

vol_WaveUp:
SoundSet, +%vol_Step%, Wave
Gosub, vol_ShowBars
return

vol_WaveDown:
SoundSet, -%vol_Step%, Wave
Gosub, vol_ShowBars
return

vol_MasterUp:
SoundSet, +%vol_Step%
Gosub, vol_ShowBars
return

vol_MasterDown:
SoundSet, -%vol_Step%
Gosub, vol_ShowBars
return

vol_ShowBars:
; To prevent the "flashing" effect, only create the bar window if it
; doesn't already exist:
IfWinNotExist, vol_Wave
Progress, %vol_BarOptionsWave%, , , vol_Wave
IfWinNotExist, vol_Master
{
; Calculate position here in case screen resolution changes while
; the script is running:
if vol_PosY < 0
{
; Create the Wave bar just above the Master bar:
WinGetPos, , vol_Wave_Posy, , , vol_Wave
vol_Wave_Posy -= %vol_Thick%
Progress, %vol_BarOptionsMaster% Y%vol_Wave_Posy%, , , vol_Master
}
else
Progress, %vol_BarOptionsMaster%, , , vol_Master
}
; Get both volumes in case the user or an external program changed them:
SoundGet, vol_Master, Master
SoundGet, vol_Wave, Wave
Progress, 1:%vol_Master%
Progress, 2:%vol_Wave%
SetTimer, vol_BarOff, %vol_DisplayTime%
return

vol_BarOff:
SetTimer, vol_BarOff, off
Progress, 1:Off
Progress, 2:Off
return

כרגע הסקריפט מציג את החלון הבא:

11208950ha0.jpg

האדום הוא המסטר, הכחול הוא WAVE.

כמובן שאני רוצה את זה בסוף בלי הWAVE...

פורסם

עזוב אותך מ SET POINT ומ URBAN....

תוריד את זה:

http://matt.malensek.net/apps/3RVX_2.0.exe

הנה צילום מסך מהמחשב שלי.

יש גם סקינים נוספים בתוכנה ולהורדה:

http://search.deviantart.com/?q=3RVX+in:customization/skins/windows/misc&section=browse&qh=boost:popular%20age_sigma:24h%20age_scale:5

[attachment deleted by admin]

פורסם
  • מחבר

נראה נחמד.. אבל אני צריך את הSETPOINT למקלדת ועכבר שלי, לא?

או שהתוכנה הזאת מחליפה אותה?

פורסם

אתה יכול להישאר עם SET POINT....

זה לא קשור לתוכנות האלה...

פורסם
  • מחבר

בדיוק התקנתי.. תוכנה נחמדה תודה..[br]פורסם בתאריך: 29.06.2008 בשעה 20:28:41


יש אפשרות בתוכנה הזאת להוסיף גם חלונית מידע לCAPS LOCK או NUM LOCK?
פורסם

לא, זה רק לווליום.

דרך אגב, התוכנה שהבאתי לך, זה בדיוק אותו סקין שאתה מחפש.

פורסם
  • מחבר

טוב תודה.. :xyxthumbs:

פורסם

סליחה שאני נדחף אבל Shlompy, התוכנה ששמת, אוקיי זה עובד אבל איך אני מעיף תVolume הירוק של Set Point?

פורסם
  • מחבר

TOOLS > הטאב השני > תבטל סימון ב SHOW STATUS SETTING CHANGES

זה יבטל את כל הסימונים.

אם אתה רוצה לבטל רק את הווליום, תתקין את uberOptions ותבחר לכפתורי הווליום באפשרות OTHER : GENERIC BUTTON

אבל יש לזה גם חיסרון.. זה לא נותן להחזיק את הכפתור כדי להנמיך/להגביר את הווליום.. צריך ללחוץ כמה פעמים

פורסם

מעולה תודה :xyxthumbs:

גם ככה כל הסמלים הציקו לי ורציתי רק Volume יפה..

פורסם

סליחה שאני נדחף אבל Shlompy, התוכנה ששמת, אוקיי זה עובד אבל איך אני מעיף תVolume הירוק של Set Point?

אין לי כרגע SETPOINT מותקן, אבל אני מניח שאתה יכול לבטל את זה בהגדרות של התוכנה במאפיינים של העכבר.

HIDE TRAY ICON או משהו כזה...

--------

סליחה לא שמתי לב שהגיבו בעמוד השני...

  • 1 חודש מאוחר יותר...
פורסם
  • מחבר

אני אקפיץ קצת את הדיון הזה..

התקנתי את התוכנה הזאת על ויסטה, אבל אני מקבל הודעת שגיאה של .NET כשאני מפעיל אותה..

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
at _3RVX.languagePrompt.j(Object , EventArgs )
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].



************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
3RVX
Assembly Version: 2.0.0.0
Win32 Version: 2.0
CodeBase: file:///C:/Program%20Files/3RVX/3RVX.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1434 (REDBITS.050727-1400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

אני לוחץ CONTINUE ואז נפתח לי החלון בתמונה השנייה.

למישהו יש מושג מה הולך פה?

---

עריכה... לא חשוב. הבנתי מה הבעיה..

חשבתי שהיה מותקן לי .NET 3.5, אבל מסתבר שלא... אז התקנתי אותו והכל עובד מעולה.

[attachment deleted by admin]

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים