abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Config.java
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/juloo.keyboard2/Config.java')
-rw-r--r--srcs/juloo.keyboard2/Config.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java
index b2a0d83..8a2199f 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -33,7 +33,7 @@ final class Config
// Dynamically set
public boolean shouldOfferSwitchingToNextInputMethod;
- public int accent_flags_to_remove;
+ public int key_flags_to_remove;
public final IKeyEventHandler handler;
@@ -61,7 +61,7 @@ final class Config
refresh(context);
// initialized later
shouldOfferSwitchingToNextInputMethod = false;
- accent_flags_to_remove = 0;
+ key_flags_to_remove = 0;
handler = h;
}
@@ -107,7 +107,7 @@ final class Config
}
/* Used for the accents option. */
- public static int accentFlag_of_name(String name)
+ public static int extra_key_flag_of_name(String name)
{
switch (name)
{