Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
archit3x committed Nov 8, 2011
1 parent cc57f62 commit 0690894
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
Binary file modified .gambas/FMAIN
Binary file not shown.
2 changes: 1 addition & 1 deletion .project
Expand Up @@ -3,7 +3,7 @@
Title=Typoo
Startup=FMain
Icon=typoo-icon.png
Version=0.3.3
Version=0.3.4
Library=gb.qt
Library=gb.form
Library=gb.desktop
Expand Down
7 changes: 4 additions & 3 deletions .settings
Expand Up @@ -13,9 +13,10 @@ SearchString=True

[OpenFile]
File[1]="FMain.form"
Active=1
File[2]="FMain.class:1430.3"
Count=2
File[2]="FMain.class:91.28"
Active=2
File[3]="About.form"
Count=3

[Watches]
Count=1
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
* Tue Nov 08 2011 Kusuma Negara <deny.krishna108@gmail.com> 0.3.4

* Sun Nov 06 2011 Kusuma Negara <deny.krishna108@gmail.com> 0.3.3

* Sun Nov 06 2011 Kusuma Negara <deny.krishna108@gmail.com> 0.3.3
Expand Down
2 changes: 2 additions & 0 deletions FMain.class
Expand Up @@ -88,6 +88,8 @@ PUBLIC SUB detect_capslock()
iKeyLocks = Val(sShellOutput)

SELECT iKeyLocks
CASE 0
__is_capslock_on = FALSE
CASE 1
__is_capslock_on = TRUE
CASE 2
Expand Down
Binary file modified Typoo.gambas
Binary file not shown.

0 comments on commit 0690894

Please sign in to comment.